Html Css Color HEX #BDFBEE Water Leaf

📋 copy color: '#BDFBEE'

red 189 ◦ green 251 ◦ blue 238

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

Shades of Water Leaf #BDFBEE

Tints of Water Leaf #BDFBEE

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.02%

 BLUE value IS 238 (93.36% from 255) = 35.1%

R = 27.88%
G = 37.02%
B = 35.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#BDFBEE (or 0xBDFBEE) is known color: Water Leaf. HEX triplet: BD, FB and EE. RGB value is (189,251,238). Sum of RGB (Red+Green+Blue) = 189+251+238=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBEE is #420411. Grayscale: #E6E6E6. Windows color (decimal): -4326418 or 15662013. OLE color: 15662013.

HSL color Cylindrical-coordinate representation of color #BDFBEE: hue angle of 167.42º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBEE is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 238 -
CMYK 0.25 0 0.05 0.02
HSL 167.42º 0.89% 0.86% -
HSV(B) 167.42º 0.25% 0.98% -
XYZ 70.92 85.99 93.75 -
YUV 230.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 189 251 238 0.25 0 0.05 0.02 167.42 0.89 0.86
Hex BD FB EE 19 0 5 2 A7 59 56
Octal 275 373 356 31 0 5 2 247 131 126
Binary 10111101 11111011 11101110 11001 0 101 10 10100111 1011001 1010110

Color Harmonies of #BDFBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBEE

Black with #BDFBEE

Text Example


Text Example

White with #BDFBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBEE; }

 p { color: rgb(189,251,238); }

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

background-color css

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

 a { background-color: rgb(189,251,238); }

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

border-color css

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

 span { border-color: rgb(189,251,238); }

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