Html Css Color HEX #B4FBB2 Celadon

📋 copy color: '#B4FBB2'

red 180 ◦ green 251 ◦ blue 178

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

Shades of Celadon #B4FBB2

Tints of Celadon #B4FBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.23%

R = 29.56%
G = 41.22%
B = 29.23%

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

#B4FBB2 (or 0xB4FBB2) is known color: Celadon. HEX triplet: B4, FB and B2. RGB value is (180,251,178). Sum of RGB (Red+Green+Blue) = 180+251+178=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 178 (69.92% from 255 or 29.23% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FBB2 is #4B044D. Grayscale: #DDDDDD. Windows color (decimal): -4916302 or 11729844. OLE color: 11729844.

HSL color Cylindrical-coordinate representation of color #B4FBB2: hue angle of 118.36º 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 #B4FBB2 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 251 178 -
CMYK 0.28 0 0.29 0.02
HSL 118.36º 0.9% 0.84% -
HSV(B) 118.36º 0.29% 0.98% -
XYZ 61.36 81.91 54.7 -
YUV 221.45 103.48 98.44 -
System Red Green Blue C M Y K H S L
Decimal 180 251 178 0.28 0 0.29 0.02 118.36 0.9 0.84
Hex B4 FB B2 1C 0 1D 2 76 5A 54
Octal 264 373 262 34 0 35 2 166 132 124
Binary 10110100 11111011 10110010 11100 0 11101 10 1110110 1011010 1010100

Color Harmonies of #B4FBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FBB2

Black with #B4FBB2

Text Example


Text Example

White with #B4FBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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