Html Css Color HEX #BCCED4 Light Blue

📋 copy color: '#BCCED4'

red 188 ◦ green 206 ◦ blue 212

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

Shades of Light Blue #BCCED4

Tints of Light Blue #BCCED4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.99%

 BLUE value IS 212 (83.2% from 255) = 34.98%

R = 31.02%
G = 33.99%
B = 34.98%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCCED4 (or 0xBCCED4) is known color: Light Blue. HEX triplet: BC, CE and D4. RGB value is (188,206,212). Sum of RGB (Red+Green+Blue) = 188+206+212=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCCED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED4 is #43312B. Grayscale: #C9C9C9. Windows color (decimal): -4403500 or 13946556. OLE color: 13946556.

HSL color Cylindrical-coordinate representation of color #BCCED4: hue angle of 195º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCCED4 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 206 212 -
CMYK 0.11 0.03 0 0.17
HSL 195º 0.22% 0.78% -
HSV(B) 195º 0.11% 0.83% -
XYZ 54.69 59.59 70.91 -
YUV 201.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 188 206 212 0.11 0.03 0 0.17 195 0.22 0.78
Hex BC CE D4 B 3 0 11 C3 16 4E
Octal 274 316 324 13 3 0 21 303 26 116
Binary 10111100 11001110 11010100 1011 11 0 10001 11000011 10110 1001110

Color Harmonies of #BCCED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED4

Black with #BCCED4

Text Example


Text Example

White with #BCCED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED4; }

 p { color: rgb(188,206,212); }

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

background-color css

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

 a { background-color: rgb(188,206,212); }

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

border-color css

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

 span { border-color: rgb(188,206,212); }

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