Html Css Color HEX #BCD7E7 Light Blue

📋 copy color: '#BCD7E7'

red 188 ◦ green 215 ◦ blue 231

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

Shades of Light Blue #BCD7E7

Tints of Light Blue #BCD7E7

RGB

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

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

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

R = 29.65%
G = 33.91%
B = 36.44%

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

#BCD7E7 (or 0xBCD7E7) is known color: Light Blue. HEX triplet: BC, D7 and E7. RGB value is (188,215,231). Sum of RGB (Red+Green+Blue) = 188+215+231=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 215 (84.38% from 255 or 33.91% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCD7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7E7 is #432818. Grayscale: #D0D0D0. Windows color (decimal): -4401177 or 15194044. OLE color: 15194044.

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

Color convert

RGB 188 215 231 -
CMYK 0.19 0.07 0 0.09
HSL 202.33º 0.47% 0.82% -
HSV(B) 202.33º 0.19% 0.91% -
XYZ 59.46 65.06 85.03 -
YUV 208.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 188 215 231 0.19 0.07 0 0.09 202.33 0.47 0.82
Hex BC D7 E7 13 7 0 9 CA 2F 52
Octal 274 327 347 23 7 0 11 312 57 122
Binary 10111100 11010111 11100111 10011 111 0 1001 11001010 101111 1010010

Color Harmonies of #BCD7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7E7

Black with #BCD7E7

Text Example


Text Example

White with #BCD7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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