Html Css Color HEX #BCDAEC Light Blue

📋 copy color: '#BCDAEC'

red 188 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #BCDAEC

Tints of Light Blue #BCDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.96%

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

R = 29.28%
G = 33.96%
B = 36.76%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BCDAEC (or 0xBCDAEC) is known color: Light Blue. HEX triplet: BC, DA and EC. RGB value is (188,218,236). Sum of RGB (Red+Green+Blue) = 188+218+236=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAEC is #432513. Grayscale: #D2D2D2. Windows color (decimal): -4400404 or 15522492. OLE color: 15522492.

HSL color Cylindrical-coordinate representation of color #BCDAEC: hue angle of 202.5º 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 #BCDAEC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 218 236 -
CMYK 0.20 0.08 0 0.07
HSL 202.5º 0.56% 0.83% -
HSV(B) 202.5º 0.2% 0.93% -
XYZ 60.95 66.89 89.06 -
YUV 211.08 142.06 111.54 -
System Red Green Blue C M Y K H S L
Decimal 188 218 236 0.20 0.08 0 0.07 202.5 0.56 0.83
Hex BC DA EC 14 8 0 7 CA 38 53
Octal 274 332 354 24 10 0 7 312 70 123
Binary 10111100 11011010 11101100 10100 1000 0 111 11001010 111000 1010011

Color Harmonies of #BCDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAEC

Black with #BCDAEC

Text Example


Text Example

White with #BCDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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