Html Css Color HEX #BCDAE6 Light Blue

📋 copy color: '#BCDAE6'

red 188 ◦ green 218 ◦ blue 230

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

Shades of Light Blue #BCDAE6

Tints of Light Blue #BCDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 29.56%
G = 34.28%
B = 36.16%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCDAE6 (or 0xBCDAE6) is known color: Light Blue. HEX triplet: BC, DA and E6. RGB value is (188,218,230). Sum of RGB (Red+Green+Blue) = 188+218+230=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAE6 is #432519. Grayscale: #D2D2D2. Windows color (decimal): -4400410 or 15129276. OLE color: 15129276.

HSL color Cylindrical-coordinate representation of color #BCDAE6: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDAE6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 218 230 -
CMYK 0.18 0.05 0 0.10
HSL 197.14º 0.46% 0.82% -
HSV(B) 197.14º 0.18% 0.9% -
XYZ 60.09 66.55 84.54 -
YUV 210.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 188 218 230 0.18 0.05 0 0.10 197.14 0.46 0.82
Hex BC DA E6 12 5 0 A C5 2E 52
Octal 274 332 346 22 5 0 12 305 56 122
Binary 10111100 11011010 11100110 10010 101 0 1010 11000101 101110 1010010

Color Harmonies of #BCDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDAE6

Black with #BCDAE6

Text Example


Text Example

White with #BCDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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