Html Css Color HEX #BCD7E1 Light Blue

📋 copy color: '#BCD7E1'

red 188 ◦ green 215 ◦ blue 225

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

Shades of Light Blue #BCD7E1

Tints of Light Blue #BCD7E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.83%

R = 29.94%
G = 34.24%
B = 35.83%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCD7E1 (or 0xBCD7E1) is known color: Light Blue. HEX triplet: BC, D7 and E1. RGB value is (188,215,225). Sum of RGB (Red+Green+Blue) = 188+215+225=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCD7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD7E1 is #43281E. Grayscale: #D0D0D0. Windows color (decimal): -4401183 or 14800828. OLE color: 14800828.

HSL color Cylindrical-coordinate representation of color #BCD7E1: hue angle of 196.22º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD7E1 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 215 225 -
CMYK 0.16 0.04 0 0.12
HSL 196.22º 0.38% 0.81% -
HSV(B) 196.22º 0.16% 0.88% -
XYZ 58.63 64.73 80.64 -
YUV 208.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 188 215 225 0.16 0.04 0 0.12 196.22 0.38 0.81
Hex BC D7 E1 10 4 0 C C4 26 51
Octal 274 327 341 20 4 0 14 304 46 121
Binary 10111100 11010111 11100001 10000 100 0 1100 11000100 100110 1010001

Color Harmonies of #BCD7E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD7E1

Black with #BCD7E1

Text Example


Text Example

White with #BCD7E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD7E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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