Html Css Color HEX #BAF4B7 Celadon

📋 copy color: '#BAF4B7'

red 186 ◦ green 244 ◦ blue 183

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

Shades of Celadon #BAF4B7

Tints of Celadon #BAF4B7

RGB

 RED value IS 186 (73.05% from 255) = 30.34%

 GREEN value IS 244 (95.7% from 255) = 39.8%

 BLUE value IS 183 (71.88% from 255) = 29.85%

R = 30.34%
G = 39.8%
B = 29.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#BAF4B7 (or 0xBAF4B7) is known color: Celadon. HEX triplet: BA, F4 and B7. RGB value is (186,244,183). Sum of RGB (Red+Green+Blue) = 186+244+183=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 244 (95.70% from 255 or 39.80% from 613); Blue value is 183 (71.88% from 255 or 29.85% from 613); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4B7 is #450B48. Grayscale: #DBDBDB. Windows color (decimal): -4524873 or 12055738. OLE color: 12055738.

HSL color Cylindrical-coordinate representation of color #BAF4B7: hue angle of 117.05º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF4B7 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 244 183 -
CMYK 0.24 0 0.25 0.04
HSL 117.05º 0.73% 0.84% -
HSV(B) 117.05º 0.25% 0.96% -
XYZ 61.15 78.56 56.74 -
YUV 219.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 186 244 183 0.24 0 0.25 0.04 117.05 0.73 0.84
Hex BA F4 B7 18 0 19 4 75 49 54
Octal 272 364 267 30 0 31 4 165 111 124
Binary 10111010 11110100 10110111 11000 0 11001 100 1110101 1001001 1010100

Color Harmonies of #BAF4B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF4B7

Black with #BAF4B7

Text Example


Text Example

White with #BAF4B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF4B7; }

 p { color: rgb(186,244,183); }

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

background-color css

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

 a { background-color: rgb(186,244,183); }

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

border-color css

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

 span { border-color: rgb(186,244,183); }

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