Html Css Color HEX #B1EBB4 Celadon

📋 copy color: '#B1EBB4'

red 177 ◦ green 235 ◦ blue 180

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

Shades of Celadon #B1EBB4

Tints of Celadon #B1EBB4

RGB

 RED value IS 177 (69.53% from 255) = 29.9%

 GREEN value IS 235 (92.19% from 255) = 39.7%

 BLUE value IS 180 (70.7% from 255) = 30.41%

R = 29.9%
G = 39.7%
B = 30.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#B1EBB4 (or 0xB1EBB4) is known color: Celadon. HEX triplet: B1, EB and B4. RGB value is (177,235,180). Sum of RGB (Red+Green+Blue) = 177+235+180=592 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.90% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBB4 is #4E144B. Grayscale: #D3D3D3. Windows color (decimal): -5117004 or 11856817. OLE color: 11856817.

HSL color Cylindrical-coordinate representation of color #B1EBB4: hue angle of 123.1º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBB4 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 235 180 -
CMYK 0.25 0 0.23 0.08
HSL 123.1º 0.59% 0.81% -
HSV(B) 123.1º 0.25% 0.92% -
XYZ 56.08 72.06 54.13 -
YUV 211.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 177 235 180 0.25 0 0.23 0.08 123.1 0.59 0.81
Hex B1 EB B4 19 0 17 8 7B 3B 51
Octal 261 353 264 31 0 27 10 173 73 121
Binary 10110001 11101011 10110100 11001 0 10111 1000 1111011 111011 1010001

Color Harmonies of #B1EBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EBB4

Black with #B1EBB4

Text Example


Text Example

White with #B1EBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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