Html Css Color HEX #BCDCEC Light Blue

📋 copy color: '#BCDCEC'

red 188 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #BCDCEC

Tints of Light Blue #BCDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.16%

 BLUE value IS 236 (92.58% from 255) = 36.65%

R = 29.19%
G = 34.16%
B = 36.65%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCDCEC (or 0xBCDCEC) is known color: Light Blue. HEX triplet: BC, DC and EC. RGB value is (188,220,236). Sum of RGB (Red+Green+Blue) = 188+220+236=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 220 (86.33% from 255 or 34.16% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCEC is #432313. Grayscale: #D4D4D4. Windows color (decimal): -4399892 or 15523004. OLE color: 15523004.

HSL color Cylindrical-coordinate representation of color #BCDCEC: hue angle of 200º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDCEC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 220 236 -
CMYK 0.20 0.07 0 0.07
HSL 200º 0.56% 0.83% -
HSV(B) 200º 0.2% 0.93% -
XYZ 61.47 67.93 89.23 -
YUV 212.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 188 220 236 0.20 0.07 0 0.07 200 0.56 0.83
Hex BC DC EC 14 7 0 7 C8 38 53
Octal 274 334 354 24 7 0 7 310 70 123
Binary 10111100 11011100 11101100 10100 111 0 111 11001000 111000 1010011

Color Harmonies of #BCDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCEC

Black with #BCDCEC

Text Example


Text Example

White with #BCDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCEC; }

 p { color: rgb(188,220,236); }

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

background-color css

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

 a { background-color: rgb(188,220,236); }

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

border-color css

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

 span { border-color: rgb(188,220,236); }

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