Html Css Color HEX #BCDAE8 Light Blue

📋 copy color: '#BCDAE8'

red 188 ◦ green 218 ◦ blue 232

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

Shades of Light Blue #BCDAE8

Tints of Light Blue #BCDAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.36%

R = 29.47%
G = 34.17%
B = 36.36%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCDAE8 (or 0xBCDAE8) is known color: Light Blue. HEX triplet: BC, DA and E8. RGB value is (188,218,232). Sum of RGB (Red+Green+Blue) = 188+218+232=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAE8 is #432517. Grayscale: #D2D2D2. Windows color (decimal): -4400408 or 15260348. OLE color: 15260348.

HSL color Cylindrical-coordinate representation of color #BCDAE8: hue angle of 199.09º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDAE8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 218 232 -
CMYK 0.19 0.06 0 0.09
HSL 199.09º 0.49% 0.82% -
HSV(B) 199.09º 0.19% 0.91% -
XYZ 60.38 66.66 86.03 -
YUV 210.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 188 218 232 0.19 0.06 0 0.09 199.09 0.49 0.82
Hex BC DA E8 13 6 0 9 C7 31 52
Octal 274 332 350 23 6 0 11 307 61 122
Binary 10111100 11011010 11101000 10011 110 0 1001 11000111 110001 1010010

Color Harmonies of #BCDAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAE8

Black with #BCDAE8

Text Example


Text Example

White with #BCDAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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