Html Css Color HEX #BCD0D6 Light Blue

📋 copy color: '#BCD0D6'

red 188 ◦ green 208 ◦ blue 214

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

Shades of Light Blue #BCD0D6

Tints of Light Blue #BCD0D6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.1%

 BLUE value IS 214 (83.98% from 255) = 35.08%

R = 30.82%
G = 34.1%
B = 35.08%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCD0D6 (or 0xBCD0D6) is known color: Light Blue. HEX triplet: BC, D0 and D6. RGB value is (188,208,214). Sum of RGB (Red+Green+Blue) = 188+208+214=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 208 (81.64% from 255 or 34.10% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCD0D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0D6 is #432F29. Grayscale: #CACACA. Windows color (decimal): -4402986 or 14078140. OLE color: 14078140.

HSL color Cylindrical-coordinate representation of color #BCD0D6: hue angle of 193.85º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCD0D6 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 208 214 -
CMYK 0.12 0.03 0 0.16
HSL 193.85º 0.24% 0.79% -
HSV(B) 193.85º 0.12% 0.84% -
XYZ 55.43 60.66 72.4 -
YUV 202.7 134.37 117.51 -
System Red Green Blue C M Y K H S L
Decimal 188 208 214 0.12 0.03 0 0.16 193.85 0.24 0.79
Hex BC D0 D6 C 3 0 10 C2 18 4F
Octal 274 320 326 14 3 0 20 302 30 117
Binary 10111100 11010000 11010110 1100 11 0 10000 11000010 11000 1001111

Color Harmonies of #BCD0D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0D6

Black with #BCD0D6

Text Example


Text Example

White with #BCD0D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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