Html Css Color HEX #BAFDB6 Celadon

📋 copy color: '#BAFDB6'

red 186 ◦ green 253 ◦ blue 182

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

Shades of Celadon #BAFDB6

Tints of Celadon #BAFDB6

RGB

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

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

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

R = 29.95%
G = 40.74%
B = 29.31%

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

#BAFDB6 (or 0xBAFDB6) is known color: Celadon. HEX triplet: BA, FD and B6. RGB value is (186,253,182). Sum of RGB (Red+Green+Blue) = 186+253+182=621 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.95% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFDB6 is #450249. Grayscale: #E1E1E1. Windows color (decimal): -4522570 or 11992506. OLE color: 11992506.

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

Color convert

RGB 186 253 182 -
CMYK 0.26 0 0.28 0.01
HSL 116.62º 0.95% 0.85% -
HSV(B) 116.62º 0.28% 0.99% -
XYZ 63.82 84.07 57.12 -
YUV 224.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 186 253 182 0.26 0 0.28 0.01 116.62 0.95 0.85
Hex BA FD B6 1A 0 1C 1 75 5F 55
Octal 272 375 266 32 0 34 1 165 137 125
Binary 10111010 11111101 10110110 11010 0 11100 1 1110101 1011111 1010101

Color Harmonies of #BAFDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFDB6

Black with #BAFDB6

Text Example


Text Example

White with #BAFDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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