Html Css Color HEX #BCD8E6 Light Blue

📋 copy color: '#BCD8E6'

red 188 ◦ green 216 ◦ blue 230

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

Shades of Light Blue #BCD8E6

Tints of Light Blue #BCD8E6

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.07%

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

R = 29.65%
G = 34.07%
B = 36.28%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCD8E6 (or 0xBCD8E6) is known color: Light Blue. HEX triplet: BC, D8 and E6. RGB value is (188,216,230). Sum of RGB (Red+Green+Blue) = 188+216+230=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 216 (84.77% from 255 or 34.07% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCD8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD8E6 is #432719. Grayscale: #D1D1D1. Windows color (decimal): -4400922 or 15128764. OLE color: 15128764.

HSL color Cylindrical-coordinate representation of color #BCD8E6: hue angle of 200º 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 #BCD8E6 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 216 230 -
CMYK 0.18 0.06 0 0.10
HSL 200º 0.46% 0.82% -
HSV(B) 200º 0.18% 0.9% -
XYZ 59.58 65.52 84.37 -
YUV 209.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 188 216 230 0.18 0.06 0 0.10 200 0.46 0.82
Hex BC D8 E6 12 6 0 A C8 2E 52
Octal 274 330 346 22 6 0 12 310 56 122
Binary 10111100 11011000 11100110 10010 110 0 1010 11001000 101110 1010010

Color Harmonies of #BCD8E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD8E6

Black with #BCD8E6

Text Example


Text Example

White with #BCD8E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD8E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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