Html Css Color HEX #B0CEDD French Pass

📋 copy color: '#B0CEDD'

red 176 ◦ green 206 ◦ blue 221

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

Shades of French Pass #B0CEDD

Tints of French Pass #B0CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.65%

R = 29.19%
G = 34.16%
B = 36.65%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0CEDD (or 0xB0CEDD) is known color: French Pass. HEX triplet: B0, CE and DD. RGB value is (176,206,221). Sum of RGB (Red+Green+Blue) = 176+206+221=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0CEDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEDD is #4F3122. Grayscale: #C6C6C6. Windows color (decimal): -5189923 or 14536368. OLE color: 14536368.

HSL color Cylindrical-coordinate representation of color #B0CEDD: hue angle of 200º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CEDD is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 206 221 -
CMYK 0.20 0.07 0 0.13
HSL 200º 0.4% 0.78% -
HSV(B) 200º 0.2% 0.87% -
XYZ 53.03 58.59 76.92 -
YUV 198.74 140.56 111.78 -
System Red Green Blue C M Y K H S L
Decimal 176 206 221 0.20 0.07 0 0.13 200 0.4 0.78
Hex B0 CE DD 14 7 0 D C8 28 4E
Octal 260 316 335 24 7 0 15 310 50 116
Binary 10110000 11001110 11011101 10100 111 0 1101 11001000 101000 1001110

Color Harmonies of #B0CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEDD

Black with #B0CEDD

Text Example


Text Example

White with #B0CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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