Html Css Color HEX #BDFDF0 Water Leaf

📋 copy color: '#BDFDF0'

red 189 ◦ green 253 ◦ blue 240

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

Shades of Water Leaf #BDFDF0

Tints of Water Leaf #BDFDF0

RGB

 RED value IS 189 (74.22% from 255) = 27.71%

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

 BLUE value IS 240 (94.14% from 255) = 35.19%

R = 27.71%
G = 37.1%
B = 35.19%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#BDFDF0 (or 0xBDFDF0) is known color: Water Leaf. HEX triplet: BD, FD and F0. RGB value is (189,253,240). Sum of RGB (Red+Green+Blue) = 189+253+240=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 253 (99.22% from 255 or 37.10% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDF0 is #42020F. Grayscale: #E8E8E8. Windows color (decimal): -4325904 or 15793597. OLE color: 15793597.

HSL color Cylindrical-coordinate representation of color #BDFDF0: hue angle of 167.81º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDF0 is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 240 -
CMYK 0.25 0 0.05 0.01
HSL 167.81º 0.94% 0.87% -
HSV(B) 167.81º 0.25% 0.99% -
XYZ 71.84 87.36 95.51 -
YUV 232.38 132.3 97.06 -
System Red Green Blue C M Y K H S L
Decimal 189 253 240 0.25 0 0.05 0.01 167.81 0.94 0.87
Hex BD FD F0 19 0 5 1 A8 5E 57
Octal 275 375 360 31 0 5 1 250 136 127
Binary 10111101 11111101 11110000 11001 0 101 1 10101000 1011110 1010111

Color Harmonies of #BDFDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDF0

Black with #BDFDF0

Text Example


Text Example

White with #BDFDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDF0; }

 p { color: rgb(189,253,240); }

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

background-color css

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

 a { background-color: rgb(189,253,240); }

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

border-color css

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

 span { border-color: rgb(189,253,240); }

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