Html Css Color HEX #B9CCD2 French Pass

📋 copy color: '#B9CCD2'

red 185 ◦ green 204 ◦ blue 210

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

Shades of French Pass #B9CCD2

Tints of French Pass #B9CCD2

RGB

 RED value IS 185 (72.66% from 255) = 30.88%

 GREEN value IS 204 (80.08% from 255) = 34.06%

 BLUE value IS 210 (82.42% from 255) = 35.06%

R = 30.88%
G = 34.06%
B = 35.06%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B9CCD2 (or 0xB9CCD2) is known color: French Pass. HEX triplet: B9, CC and D2. RGB value is (185,204,210). Sum of RGB (Red+Green+Blue) = 185+204+210=599 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.88% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #B9CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCD2 is #46332D. Grayscale: #C6C6C6. Windows color (decimal): -4600622 or 13814969. OLE color: 13814969.

HSL color Cylindrical-coordinate representation of color #B9CCD2: hue angle of 194.4º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CCD2 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 204 210 -
CMYK 0.12 0.03 0 0.18
HSL 194.4º 0.22% 0.77% -
HSV(B) 194.4º 0.12% 0.82% -
XYZ 53.23 58.15 69.39 -
YUV 199 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 185 204 210 0.12 0.03 0 0.18 194.4 0.22 0.77
Hex B9 CC D2 C 3 0 12 C2 16 4D
Octal 271 314 322 14 3 0 22 302 26 115
Binary 10111001 11001100 11010010 1100 11 0 10010 11000010 10110 1001101

Color Harmonies of #B9CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCD2

Black with #B9CCD2

Text Example


Text Example

White with #B9CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCD2; }

 p { color: rgb(185,204,210); }

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

background-color css

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

 a { background-color: rgb(185,204,210); }

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

border-color css

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

 span { border-color: rgb(185,204,210); }

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