Html Css Color HEX #B9CCC3 Tiara

📋 copy color: '#B9CCC3'

red 185 ◦ green 204 ◦ blue 195

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

Shades of Tiara #B9CCC3

Tints of Tiara #B9CCC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.39%

R = 31.68%
G = 34.93%
B = 33.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#B9CCC3 (or 0xB9CCC3) is known color: Tiara. HEX triplet: B9, CC and C3. RGB value is (185,204,195). Sum of RGB (Red+Green+Blue) = 185+204+195=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC3 is #46333C. Grayscale: #C5C5C5. Windows color (decimal): -4600637 or 12831929. OLE color: 12831929.

HSL color Cylindrical-coordinate representation of color #B9CCC3: hue angle of 151.58º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCC3 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 195 -
CMYK 0.09 0 0.04 0.2
HSL 151.58º 0.16% 0.76% -
HSV(B) 151.58º 0.09% 0.8% -
XYZ 51.45 57.44 60.01 -
YUV 197.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 185 204 195 0.09 0 0.04 0.2 151.58 0.16 0.76
Hex B9 CC C3 9 0 4 14 98 10 4C
Octal 271 314 303 11 0 4 24 230 20 114
Binary 10111001 11001100 11000011 1001 0 100 10100 10011000 10000 1001100

Color Harmonies of #B9CCC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCC3

Black with #B9CCC3

Text Example


Text Example

White with #B9CCC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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