Html Css Color HEX #B4F8B6 Celadon

📋 copy color: '#B4F8B6'

red 180 ◦ green 248 ◦ blue 182

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

Shades of Celadon #B4F8B6

Tints of Celadon #B4F8B6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.66%

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

R = 29.51%
G = 40.66%
B = 29.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#B4F8B6 (or 0xB4F8B6) is known color: Celadon. HEX triplet: B4, F8 and B6. RGB value is (180,248,182). Sum of RGB (Red+Green+Blue) = 180+248+182=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 248 (97.27% from 255 or 40.66% from 610); Blue value is 182 (71.48% from 255 or 29.84% from 610); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F8B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F8B6 is #4B0749. Grayscale: #DCDCDC. Windows color (decimal): -4917066 or 11991220. OLE color: 11991220.

HSL color Cylindrical-coordinate representation of color #B4F8B6: hue angle of 121.76º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F8B6 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 180 248 182 -
CMYK 0.27 0 0.27 0.03
HSL 121.76º 0.83% 0.84% -
HSV(B) 121.76º 0.27% 0.97% -
XYZ 60.83 80.22 56.53 -
YUV 220.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 180 248 182 0.27 0 0.27 0.03 121.76 0.83 0.84
Hex B4 F8 B6 1B 0 1B 3 7A 53 54
Octal 264 370 266 33 0 33 3 172 123 124
Binary 10110100 11111000 10110110 11011 0 11011 11 1111010 1010011 1010100

Color Harmonies of #B4F8B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F8B6

Black with #B4F8B6

Text Example


Text Example

White with #B4F8B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F8B6; }

 p { color: rgb(180,248,182); }

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

background-color css

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

 a { background-color: rgb(180,248,182); }

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

border-color css

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

 span { border-color: rgb(180,248,182); }

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