Html Css Color HEX #BCD7E6 Light Blue

📋 copy color: '#BCD7E6'

red 188 ◦ green 215 ◦ blue 230

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

Shades of Light Blue #BCD7E6

Tints of Light Blue #BCD7E6

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.97%

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

R = 29.7%
G = 33.97%
B = 36.33%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BCD7E6 (or 0xBCD7E6) is known color: Light Blue. HEX triplet: BC, D7 and E6. RGB value is (188,215,230). Sum of RGB (Red+Green+Blue) = 188+215+230=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCD7E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7E6 is #432819. Grayscale: #D0D0D0. Windows color (decimal): -4401178 or 15128508. OLE color: 15128508.

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

Color convert

RGB 188 215 230 -
CMYK 0.18 0.07 0 0.10
HSL 201.43º 0.46% 0.82% -
HSV(B) 201.43º 0.18% 0.9% -
XYZ 59.32 65.01 84.28 -
YUV 208.64 140.05 113.28 -
System Red Green Blue C M Y K H S L
Decimal 188 215 230 0.18 0.07 0 0.10 201.43 0.46 0.82
Hex BC D7 E6 12 7 0 A C9 2E 52
Octal 274 327 346 22 7 0 12 311 56 122
Binary 10111100 11010111 11100110 10010 111 0 1010 11001001 101110 1010010

Color Harmonies of #BCD7E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7E6

Black with #BCD7E6

Text Example


Text Example

White with #BCD7E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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