Html Css Color HEX #B9FCB6 Celadon

📋 copy color: '#B9FCB6'

red 185 ◦ green 252 ◦ blue 182

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

Shades of Celadon #B9FCB6

Tints of Celadon #B9FCB6

RGB

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

 GREEN value IS 252 (98.83% from 255) = 40.71%

 BLUE value IS 182 (71.48% from 255) = 29.4%

R = 29.89%
G = 40.71%
B = 29.4%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#B9FCB6 (or 0xB9FCB6) is known color: Celadon. HEX triplet: B9, FC and B6. RGB value is (185,252,182). Sum of RGB (Red+Green+Blue) = 185+252+182=619 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.89% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 182 (71.48% from 255 or 29.40% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #B9FCB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FCB6 is #460349. Grayscale: #E0E0E0. Windows color (decimal): -4588362 or 11992249. OLE color: 11992249.

HSL color Cylindrical-coordinate representation of color #B9FCB6: hue angle of 117.43º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9FCB6 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 252 182 -
CMYK 0.27 0 0.28 0.01
HSL 117.43º 0.92% 0.85% -
HSV(B) 117.43º 0.28% 0.99% -
XYZ 63.26 83.31 57 -
YUV 223.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 185 252 182 0.27 0 0.28 0.01 117.43 0.92 0.85
Hex B9 FC B6 1B 0 1C 1 75 5C 55
Octal 271 374 266 33 0 34 1 165 134 125
Binary 10111001 11111100 10110110 11011 0 11100 1 1110101 1011100 1010101

Color Harmonies of #B9FCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FCB6

Black with #B9FCB6

Text Example


Text Example

White with #B9FCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FCB6; }

 p { color: rgb(185,252,182); }

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

background-color css

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

 a { background-color: rgb(185,252,182); }

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

border-color css

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

 span { border-color: rgb(185,252,182); }

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