Html Css Color HEX #BAFDB7 Celadon

📋 copy color: '#BAFDB7'

red 186 ◦ green 253 ◦ blue 183

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

Shades of Celadon #BAFDB7

Tints of Celadon #BAFDB7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 40.68%

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

R = 29.9%
G = 40.68%
B = 29.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#BAFDB7 (or 0xBAFDB7) is known color: Celadon. HEX triplet: BA, FD and B7. RGB value is (186,253,183). Sum of RGB (Red+Green+Blue) = 186+253+183=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 253 (99.22% from 255 or 40.68% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDB7 is #450248. Grayscale: #E1E1E1. Windows color (decimal): -4522569 or 12058042. OLE color: 12058042.

HSL color Cylindrical-coordinate representation of color #BAFDB7: hue angle of 117.43º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAFDB7 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 183 -
CMYK 0.26 0 0.28 0.01
HSL 117.43º 0.95% 0.85% -
HSV(B) 117.43º 0.28% 0.99% -
XYZ 63.92 84.11 57.67 -
YUV 224.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 186 253 183 0.26 0 0.28 0.01 117.43 0.95 0.85
Hex BA FD B7 1A 0 1C 1 75 5F 55
Octal 272 375 267 32 0 34 1 165 137 125
Binary 10111010 11111101 10110111 11010 0 11100 1 1110101 1011111 1010101

Color Harmonies of #BAFDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDB7

Black with #BAFDB7

Text Example


Text Example

White with #BAFDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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