Html Css Color HEX #BCD6E1 Light Blue

📋 copy color: '#BCD6E1'

red 188 ◦ green 214 ◦ blue 225

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

Shades of Light Blue #BCD6E1

Tints of Light Blue #BCD6E1

RGB

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

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

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

R = 29.98%
G = 34.13%
B = 35.89%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BCD6E1 (or 0xBCD6E1) is known color: Light Blue. HEX triplet: BC, D6 and E1. RGB value is (188,214,225). Sum of RGB (Red+Green+Blue) = 188+214+225=627 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.98% from 627); Green value is 214 (83.98% from 255 or 34.13% from 627); Blue value is 225 (88.28% from 255 or 35.89% from 627); Max value from RGB is 225 - color contains mainly: blue. Hex color #BCD6E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD6E1 is #43291E. Grayscale: #CFCFCF. Windows color (decimal): -4401439 or 14800572. OLE color: 14800572.

HSL color Cylindrical-coordinate representation of color #BCD6E1: hue angle of 197.84º 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 #BCD6E1 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 214 225 -
CMYK 0.16 0.05 0 0.12
HSL 197.84º 0.38% 0.81% -
HSV(B) 197.84º 0.16% 0.88% -
XYZ 58.38 64.22 80.55 -
YUV 207.48 137.89 114.11 -
System Red Green Blue C M Y K H S L
Decimal 188 214 225 0.16 0.05 0 0.12 197.84 0.38 0.81
Hex BC D6 E1 10 5 0 C C6 26 51
Octal 274 326 341 20 5 0 14 306 46 121
Binary 10111100 11010110 11100001 10000 101 0 1100 11000110 100110 1010001

Color Harmonies of #BCD6E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD6E1

Black with #BCD6E1

Text Example


Text Example

White with #BCD6E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD6E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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