Html Css Color HEX #BDF2E6 Water Leaf

📋 copy color: '#BDF2E6'

red 189 ◦ green 242 ◦ blue 230

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

Shades of Water Leaf #BDF2E6

Tints of Water Leaf #BDF2E6

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.61%

 BLUE value IS 230 (90.23% from 255) = 34.8%

R = 28.59%
G = 36.61%
B = 34.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#BDF2E6 (or 0xBDF2E6) is known color: Water Leaf. HEX triplet: BD, F2 and E6. RGB value is (189,242,230). Sum of RGB (Red+Green+Blue) = 189+242+230=661 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.59% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2E6 is #420D19. Grayscale: #E0E0E0. Windows color (decimal): -4328730 or 15135421. OLE color: 15135421.

HSL color Cylindrical-coordinate representation of color #BDF2E6: hue angle of 166.42º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF2E6 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 242 230 -
CMYK 0.22 0 0.05 0.05
HSL 166.42º 0.67% 0.85% -
HSV(B) 166.42º 0.22% 0.95% -
XYZ 67.02 80.04 86.78 -
YUV 224.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 189 242 230 0.22 0 0.05 0.05 166.42 0.67 0.85
Hex BD F2 E6 16 0 5 5 A6 43 55
Octal 275 362 346 26 0 5 5 246 103 125
Binary 10111101 11110010 11100110 10110 0 101 101 10100110 1000011 1010101

Color Harmonies of #BDF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2E6

Black with #BDF2E6

Text Example


Text Example

White with #BDF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2E6; }

 p { color: rgb(189,242,230); }

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

background-color css

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

 a { background-color: rgb(189,242,230); }

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

border-color css

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

 span { border-color: rgb(189,242,230); }

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