Html Css Color HEX #B4FBB0 Celadon

📋 copy color: '#B4FBB0'

red 180 ◦ green 251 ◦ blue 176

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

Shades of Celadon #B4FBB0

Tints of Celadon #B4FBB0

RGB

 RED value IS 180 (70.7% from 255) = 29.65%

 GREEN value IS 251 (98.44% from 255) = 41.35%

 BLUE value IS 176 (69.14% from 255) = 29%

R = 29.65%
G = 41.35%
B = 29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#B4FBB0 (or 0xB4FBB0) is known color: Celadon. HEX triplet: B4, FB and B0. RGB value is (180,251,176). Sum of RGB (Red+Green+Blue) = 180+251+176=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FBB0 is #4B044F. Grayscale: #DDDDDD. Windows color (decimal): -4916304 or 11598772. OLE color: 11598772.

HSL color Cylindrical-coordinate representation of color #B4FBB0: hue angle of 116.8º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B4FBB0 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 176 -
CMYK 0.28 0 0.30 0.02
HSL 116.8º 0.9% 0.84% -
HSV(B) 116.8º 0.3% 0.98% -
XYZ 61.16 81.83 53.65 -
YUV 221.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 180 251 176 0.28 0 0.30 0.02 116.8 0.9 0.84
Hex B4 FB B0 1C 0 1E 2 75 5A 54
Octal 264 373 260 34 0 36 2 165 132 124
Binary 10110100 11111011 10110000 11100 0 11110 10 1110101 1011010 1010100

Color Harmonies of #B4FBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBB0

Black with #B4FBB0

Text Example


Text Example

White with #B4FBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBB0; }

 p { color: rgb(180,251,176); }

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

background-color css

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

 a { background-color: rgb(180,251,176); }

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

border-color css

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

 span { border-color: rgb(180,251,176); }

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