Html Css Color HEX #BDFBF2 Pale Turquoise

📋 copy color: '#BDFBF2'

red 189 ◦ green 251 ◦ blue 242

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

Shades of Pale Turquoise #BDFBF2

Tints of Pale Turquoise #BDFBF2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.8%

 BLUE value IS 242 (94.92% from 255) = 35.48%

R = 27.71%
G = 36.8%
B = 35.48%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#BDFBF2 (or 0xBDFBF2) is known color: Pale Turquoise. HEX triplet: BD, FB and F2. RGB value is (189,251,242). Sum of RGB (Red+Green+Blue) = 189+251+242=682 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.71% from 682); Green value is 251 (98.44% from 255 or 36.80% from 682); Blue value is 242 (94.92% from 255 or 35.48% from 682); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF2 is #42040D. Grayscale: #E7E7E7. Windows color (decimal): -4326414 or 15924157. OLE color: 15924157.

HSL color Cylindrical-coordinate representation of color #BDFBF2: hue angle of 171.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFBF2 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 242 -
CMYK 0.25 0 0.04 0.02
HSL 171.29º 0.89% 0.86% -
HSV(B) 171.29º 0.25% 0.98% -
XYZ 71.51 86.22 96.88 -
YUV 231.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 189 251 242 0.25 0 0.04 0.02 171.29 0.89 0.86
Hex BD FB F2 19 0 4 2 AB 59 56
Octal 275 373 362 31 0 4 2 253 131 126
Binary 10111101 11111011 11110010 11001 0 100 10 10101011 1011001 1010110

Color Harmonies of #BDFBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBF2

Black with #BDFBF2

Text Example


Text Example

White with #BDFBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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