Html Css Color HEX #BDF1EE Pale Turquoise

📋 copy color: '#BDF1EE'

red 189 ◦ green 241 ◦ blue 238

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

Shades of Pale Turquoise #BDF1EE

Tints of Pale Turquoise #BDF1EE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 28.29%
G = 36.08%
B = 35.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#BDF1EE (or 0xBDF1EE) is known color: Pale Turquoise. HEX triplet: BD, F1 and EE. RGB value is (189,241,238). Sum of RGB (Red+Green+Blue) = 189+241+238=668 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.29% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1EE is #420E11. Grayscale: #E1E1E1. Windows color (decimal): -4328978 or 15659453. OLE color: 15659453.

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

Color convert

RGB 189 241 238 -
CMYK 0.22 0 0.01 0.05
HSL 176.54º 0.65% 0.84% -
HSV(B) 176.54º 0.22% 0.95% -
XYZ 67.87 79.9 92.73 -
YUV 225.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 189 241 238 0.22 0 0.01 0.05 176.54 0.65 0.84
Hex BD F1 EE 16 0 1 5 B1 41 54
Octal 275 361 356 26 0 1 5 261 101 124
Binary 10111101 11110001 11101110 10110 0 1 101 10110001 1000001 1010100

Color Harmonies of #BDF1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1EE

Black with #BDF1EE

Text Example


Text Example

White with #BDF1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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