Html Css Color HEX #B4FBB1 Celadon

📋 copy color: '#B4FBB1'

red 180 ◦ green 251 ◦ blue 177

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

Shades of Celadon #B4FBB1

Tints of Celadon #B4FBB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.11%

R = 29.61%
G = 41.28%
B = 29.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#B4FBB1 (or 0xB4FBB1) is known color: Celadon. HEX triplet: B4, FB and B1. RGB value is (180,251,177). Sum of RGB (Red+Green+Blue) = 180+251+177=608 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.61% from 608); Green value is 251 (98.44% from 255 or 41.28% from 608); Blue value is 177 (69.53% from 255 or 29.11% from 608); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FBB1 is #4B044E. Grayscale: #DDDDDD. Windows color (decimal): -4916303 or 11664308. OLE color: 11664308.

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

Color convert

RGB 180 251 177 -
CMYK 0.28 0 0.29 0.02
HSL 117.57º 0.9% 0.84% -
HSV(B) 117.57º 0.29% 0.98% -
XYZ 61.26 81.87 54.17 -
YUV 221.34 102.98 98.52 -
System Red Green Blue C M Y K H S L
Decimal 180 251 177 0.28 0 0.29 0.02 117.57 0.9 0.84
Hex B4 FB B1 1C 0 1D 2 76 5A 54
Octal 264 373 261 34 0 35 2 166 132 124
Binary 10110100 11111011 10110001 11100 0 11101 10 1110110 1011010 1010100

Color Harmonies of #B4FBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBB1

Black with #B4FBB1

Text Example


Text Example

White with #B4FBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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