Html Css Color HEX #BCD9E9 Light Blue

📋 copy color: '#BCD9E9'

red 188 ◦ green 217 ◦ blue 233

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

Shades of Light Blue #BCD9E9

Tints of Light Blue #BCD9E9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 34.01%

 BLUE value IS 233 (91.41% from 255) = 36.52%

R = 29.47%
G = 34.01%
B = 36.52%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BCD9E9 (or 0xBCD9E9) is known color: Light Blue. HEX triplet: BC, D9 and E9. RGB value is (188,217,233). Sum of RGB (Red+Green+Blue) = 188+217+233=638 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.47% from 638); Green value is 217 (85.16% from 255 or 34.01% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCD9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9E9 is #432616. Grayscale: #D2D2D2. Windows color (decimal): -4400663 or 15325628. OLE color: 15325628.

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

Color convert

RGB 188 217 233 -
CMYK 0.19 0.07 0 0.09
HSL 201.33º 0.51% 0.83% -
HSV(B) 201.33º 0.19% 0.91% -
XYZ 60.26 66.2 86.69 -
YUV 210.15 140.89 112.2 -
System Red Green Blue C M Y K H S L
Decimal 188 217 233 0.19 0.07 0 0.09 201.33 0.51 0.83
Hex BC D9 E9 13 7 0 9 C9 33 53
Octal 274 331 351 23 7 0 11 311 63 123
Binary 10111100 11011001 11101001 10011 111 0 1001 11001001 110011 1010011

Color Harmonies of #BCD9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9E9

Black with #BCD9E9

Text Example


Text Example

White with #BCD9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9E9; }

 p { color: rgb(188,217,233); }

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

background-color css

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

 a { background-color: rgb(188,217,233); }

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

border-color css

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

 span { border-color: rgb(188,217,233); }

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