Html Css Color HEX #BDFCEE Water Leaf

📋 copy color: '#BDFCEE'

red 189 ◦ green 252 ◦ blue 238

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

Shades of Water Leaf #BDFCEE

Tints of Water Leaf #BDFCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.11%

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

R = 27.84%
G = 37.11%
B = 35.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#BDFCEE (or 0xBDFCEE) is known color: Water Leaf. HEX triplet: BD, FC and EE. RGB value is (189,252,238). Sum of RGB (Red+Green+Blue) = 189+252+238=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 238 (93.36% from 255 or 35.05% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCEE is #420311. Grayscale: #E7E7E7. Windows color (decimal): -4326162 or 15662269. OLE color: 15662269.

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

Color convert

RGB 189 252 238 -
CMYK 0.25 0 0.06 0.01
HSL 166.67º 0.91% 0.86% -
HSV(B) 166.67º 0.25% 0.99% -
XYZ 71.23 86.61 93.85 -
YUV 231.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 189 252 238 0.25 0 0.06 0.01 166.67 0.91 0.86
Hex BD FC EE 19 0 6 1 A7 5B 56
Octal 275 374 356 31 0 6 1 247 133 126
Binary 10111101 11111100 11101110 11001 0 110 1 10100111 1011011 1010110

Color Harmonies of #BDFCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCEE

Black with #BDFCEE

Text Example


Text Example

White with #BDFCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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