Html Css Color HEX #B0CEDC French Pass

📋 copy color: '#B0CEDC'

red 176 ◦ green 206 ◦ blue 220

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

Shades of French Pass #B0CEDC

Tints of French Pass #B0CEDC

RGB

 RED value IS 176 (69.14% from 255) = 29.24%

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 29.24%
G = 34.22%
B = 36.54%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0CEDC (or 0xB0CEDC) is known color: French Pass. HEX triplet: B0, CE and DC. RGB value is (176,206,220). Sum of RGB (Red+Green+Blue) = 176+206+220=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #B0CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEDC is #4F3123. Grayscale: #C6C6C6. Windows color (decimal): -5189924 or 14470832. OLE color: 14470832.

HSL color Cylindrical-coordinate representation of color #B0CEDC: hue angle of 199.09º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CEDC is Cyan = 0.2, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 206 220 -
CMYK 0.2 0.06 0 0.14
HSL 199.09º 0.39% 0.78% -
HSV(B) 199.09º 0.2% 0.86% -
XYZ 52.89 58.54 76.22 -
YUV 198.63 140.06 111.86 -
System Red Green Blue C M Y K H S L
Decimal 176 206 220 0.2 0.06 0 0.14 199.09 0.39 0.78
Hex B0 CE DC 14 6 0 E C7 27 4E
Octal 260 316 334 24 6 0 16 307 47 116
Binary 10110000 11001110 11011100 10100 110 0 1110 11000111 100111 1001110

Color Harmonies of #B0CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEDC

Black with #B0CEDC

Text Example


Text Example

White with #B0CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEDC; }

 p { color: rgb(176,206,220); }

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

background-color css

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

 a { background-color: rgb(176,206,220); }

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

border-color css

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

 span { border-color: rgb(176,206,220); }

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