Html Css Color HEX #BCD0FB Periwinkle

📋 copy color: '#BCD0FB'

red 188 ◦ green 208 ◦ blue 251

#BCD0FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periwinkle #BCD0FB

Tints of Periwinkle #BCD0FB

RGB

 RED value IS 188 (73.83% from 255) = 29.06%

 GREEN value IS 208 (81.64% from 255) = 32.15%

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 29.06%
G = 32.15%
B = 38.79%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCD0FB (or 0xBCD0FB) is known color: Periwinkle. HEX triplet: BC, D0 and FB. RGB value is (188,208,251). Sum of RGB (Red+Green+Blue) = 188+208+251=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCD0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD0FB is #432F04. Grayscale: #CECECE. Windows color (decimal): -4402949 or 16502972. OLE color: 16502972.

HSL color Cylindrical-coordinate representation of color #BCD0FB: hue angle of 220.95º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCD0FB is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 208 251 -
CMYK 0.25 0.17 0 0.02
HSL 220.95º 0.89% 0.86% -
HSV(B) 220.95º 0.25% 0.98% -
XYZ 60.71 62.77 100.18 -
YUV 206.92 152.87 114.5 -
System Red Green Blue C M Y K H S L
Decimal 188 208 251 0.25 0.17 0 0.02 220.95 0.89 0.86
Hex BC D0 FB 19 11 0 2 DD 59 56
Octal 274 320 373 31 21 0 2 335 131 126
Binary 10111100 11010000 11111011 11001 10001 0 10 11011101 1011001 1010110

Color Harmonies of #BCD0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0FB

Black with #BCD0FB

Text Example


Text Example

White with #BCD0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0FB; }

 p { color: rgb(188,208,251); }

 H1.HeaderClassName
 {
   color: #BCD0FB;
 }
 .AnyTagClassName
 {
   color: #BCD0FB;
 }
</style>

background-color css

<style>
 a { background-color: #BCD0FB; }

 a { background-color: rgb(188,208,251); }

 div.DivClassName
 {
   background-color: #BCD0FB;
 }
 .BgClassName
 {
   background-color: #BCD0FB;
 }
</style>

border-color css

<style>
 span { border-color: #BCD0FB; }

 span { border-color: rgb(188,208,251); }

 td.TdClassName
 {
   border-color: #BCD0FB;
 }
 .TagClassName
 {
   border-color: #BCD0FB;
 }
</style>