Html Css Color HEX #BDF8EE Pale Turquoise

📋 copy color: '#BDF8EE'

red 189 ◦ green 248 ◦ blue 238

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

Shades of Pale Turquoise #BDF8EE

Tints of Pale Turquoise #BDF8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.74%

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

R = 28%
G = 36.74%
B = 35.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BDF8EE (or 0xBDF8EE) is known color: Pale Turquoise. HEX triplet: BD, F8 and EE. RGB value is (189,248,238). Sum of RGB (Red+Green+Blue) = 189+248+238=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8EE is #420711. Grayscale: #E5E5E5. Windows color (decimal): -4327186 or 15661245. OLE color: 15661245.

HSL color Cylindrical-coordinate representation of color #BDF8EE: hue angle of 169.83º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8EE is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 248 238 -
CMYK 0.24 0 0.04 0.03
HSL 169.83º 0.81% 0.86% -
HSV(B) 169.83º 0.24% 0.97% -
XYZ 69.99 84.13 93.44 -
YUV 229.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 189 248 238 0.24 0 0.04 0.03 169.83 0.81 0.86
Hex BD F8 EE 18 0 4 3 AA 51 56
Octal 275 370 356 30 0 4 3 252 121 126
Binary 10111101 11111000 11101110 11000 0 100 11 10101010 1010001 1010110

Color Harmonies of #BDF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF8EE

Black with #BDF8EE

Text Example


Text Example

White with #BDF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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