Html Css Color HEX #BDFCED Water Leaf

📋 copy color: '#BDFCED'

red 189 ◦ green 252 ◦ blue 237

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

Shades of Water Leaf #BDFCED

Tints of Water Leaf #BDFCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 34.96%

R = 27.88%
G = 37.17%
B = 34.96%

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

#BDFCED (or 0xBDFCED) is known color: Water Leaf. HEX triplet: BD, FC and ED. RGB value is (189,252,237). Sum of RGB (Red+Green+Blue) = 189+252+237=678 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.88% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 237 (92.97% from 255 or 34.96% from 678); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFCED is #420312. Grayscale: #E7E7E7. Windows color (decimal): -4326163 or 15596733. OLE color: 15596733.

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

Color convert

RGB 189 252 237 -
CMYK 0.25 0 0.06 0.01
HSL 165.71º 0.91% 0.86% -
HSV(B) 165.71º 0.25% 0.99% -
XYZ 71.08 86.55 93.08 -
YUV 231.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 189 252 237 0.25 0 0.06 0.01 165.71 0.91 0.86
Hex BD FC ED 19 0 6 1 A6 5B 56
Octal 275 374 355 31 0 6 1 246 133 126
Binary 10111101 11111100 11101101 11001 0 110 1 10100110 1011011 1010110

Color Harmonies of #BDFCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCED

Black with #BDFCED

Text Example


Text Example

White with #BDFCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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