Html Css Color HEX #BCD6E7 Light Blue

📋 copy color: '#BCD6E7'

red 188 ◦ green 214 ◦ blue 231

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

Shades of Light Blue #BCD6E7

Tints of Light Blue #BCD6E7

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.81%

 BLUE value IS 231 (90.63% from 255) = 36.49%

R = 29.7%
G = 33.81%
B = 36.49%

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

#BCD6E7 (or 0xBCD6E7) is known color: Light Blue. HEX triplet: BC, D6 and E7. RGB value is (188,214,231). Sum of RGB (Red+Green+Blue) = 188+214+231=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 214 (83.98% from 255 or 33.81% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCD6E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6E7 is #432918. Grayscale: #D0D0D0. Windows color (decimal): -4401433 or 15193788. OLE color: 15193788.

HSL color Cylindrical-coordinate representation of color #BCD6E7: hue angle of 203.72º degrees, saturation: 0.47, 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 #BCD6E7 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 214 231 -
CMYK 0.19 0.07 0 0.09
HSL 203.72º 0.47% 0.82% -
HSV(B) 203.72º 0.19% 0.91% -
XYZ 59.21 64.55 84.94 -
YUV 208.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 188 214 231 0.19 0.07 0 0.09 203.72 0.47 0.82
Hex BC D6 E7 13 7 0 9 CC 2F 52
Octal 274 326 347 23 7 0 11 314 57 122
Binary 10111100 11010110 11100111 10011 111 0 1001 11001100 101111 1010010

Color Harmonies of #BCD6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6E7

Black with #BCD6E7

Text Example


Text Example

White with #BCD6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6E7; }

 p { color: rgb(188,214,231); }

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

background-color css

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

 a { background-color: rgb(188,214,231); }

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

border-color css

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

 span { border-color: rgb(188,214,231); }

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