Html Css Color HEX #BDF2EF Pale Turquoise

📋 copy color: '#BDF2EF'

red 189 ◦ green 242 ◦ blue 239

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

Shades of Pale Turquoise #BDF2EF

Tints of Pale Turquoise #BDF2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.67%

R = 28.21%
G = 36.12%
B = 35.67%

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

#BDF2EF (or 0xBDF2EF) is known color: Pale Turquoise. HEX triplet: BD, F2 and EF. RGB value is (189,242,239). Sum of RGB (Red+Green+Blue) = 189+242+239=670 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.21% from 670); Green value is 242 (94.92% from 255 or 36.12% from 670); Blue value is 239 (93.75% from 255 or 35.67% from 670); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2EF is #420D10. Grayscale: #E1E1E1. Windows color (decimal): -4328721 or 15725245. OLE color: 15725245.

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

Color convert

RGB 189 242 239 -
CMYK 0.22 0 0.01 0.05
HSL 176.6º 0.67% 0.85% -
HSV(B) 176.6º 0.22% 0.95% -
XYZ 68.32 80.56 93.61 -
YUV 225.81 135.44 101.74 -
System Red Green Blue C M Y K H S L
Decimal 189 242 239 0.22 0 0.01 0.05 176.6 0.67 0.85
Hex BD F2 EF 16 0 1 5 B1 43 55
Octal 275 362 357 26 0 1 5 261 103 125
Binary 10111101 11110010 11101111 10110 0 1 101 10110001 1000011 1010101

Color Harmonies of #BDF2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2EF

Black with #BDF2EF

Text Example


Text Example

White with #BDF2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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