Html Css Color HEX #BDF2EE Pale Turquoise

📋 copy color: '#BDF2EE'

red 189 ◦ green 242 ◦ blue 238

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

Shades of Pale Turquoise #BDF2EE

Tints of Pale Turquoise #BDF2EE

RGB

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

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

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

R = 28.25%
G = 36.17%
B = 35.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#BDF2EE (or 0xBDF2EE) is known color: Pale Turquoise. HEX triplet: BD, F2 and EE. RGB value is (189,242,238). Sum of RGB (Red+Green+Blue) = 189+242+238=669 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.25% from 669); Green value is 242 (94.92% from 255 or 36.17% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF2EE is #420D11. Grayscale: #E1E1E1. Windows color (decimal): -4328722 or 15659709. OLE color: 15659709.

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

Color convert

RGB 189 242 238 -
CMYK 0.22 0 0.02 0.05
HSL 175.47º 0.67% 0.85% -
HSV(B) 175.47º 0.22% 0.95% -
XYZ 68.17 80.5 92.83 -
YUV 225.7 134.94 101.83 -
System Red Green Blue C M Y K H S L
Decimal 189 242 238 0.22 0 0.02 0.05 175.47 0.67 0.85
Hex BD F2 EE 16 0 2 5 AF 43 55
Octal 275 362 356 26 0 2 5 257 103 125
Binary 10111101 11110010 11101110 10110 0 10 101 10101111 1000011 1010101

Color Harmonies of #BDF2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2EE

Black with #BDF2EE

Text Example


Text Example

White with #BDF2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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