Html Css Color HEX #BCDCE9 Light Blue

📋 copy color: '#BCDCE9'

red 188 ◦ green 220 ◦ blue 233

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

Shades of Light Blue #BCDCE9

Tints of Light Blue #BCDCE9

RGB

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

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

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

R = 29.33%
G = 34.32%
B = 36.35%

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

#BCDCE9 (or 0xBCDCE9) is known color: Light Blue. HEX triplet: BC, DC and E9. RGB value is (188,220,233). Sum of RGB (Red+Green+Blue) = 188+220+233=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 233 (91.41% from 255 or 36.35% from 641); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCDCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDCE9 is #432316. Grayscale: #D3D3D3. Windows color (decimal): -4399895 or 15326396. OLE color: 15326396.

HSL color Cylindrical-coordinate representation of color #BCDCE9: hue angle of 197.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 #BCDCE9 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 220 233 -
CMYK 0.19 0.06 0 0.09
HSL 197.33º 0.51% 0.83% -
HSV(B) 197.33º 0.19% 0.91% -
XYZ 61.04 67.76 86.95 -
YUV 211.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 188 220 233 0.19 0.06 0 0.09 197.33 0.51 0.83
Hex BC DC E9 13 6 0 9 C5 33 53
Octal 274 334 351 23 6 0 11 305 63 123
Binary 10111100 11011100 11101001 10011 110 0 1001 11000101 110011 1010011

Color Harmonies of #BCDCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCE9

Black with #BCDCE9

Text Example


Text Example

White with #BCDCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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