Html Css Color HEX #BDFBF8 Pale Turquoise

📋 copy color: '#BDFBF8'

red 189 ◦ green 251 ◦ blue 248

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

Shades of Pale Turquoise #BDFBF8

Tints of Pale Turquoise #BDFBF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.05%

R = 27.47%
G = 36.48%
B = 36.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#BDFBF8 (or 0xBDFBF8) is known color: Pale Turquoise. HEX triplet: BD, FB and F8. RGB value is (189,251,248). Sum of RGB (Red+Green+Blue) = 189+251+248=688 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.47% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFBF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFBF8 is #420407. Grayscale: #E8E8E8. Windows color (decimal): -4326408 or 16317373. OLE color: 16317373.

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

Color convert

RGB 189 251 248 -
CMYK 0.25 0 0.01 0.02
HSL 177.1º 0.89% 0.86% -
HSV(B) 177.1º 0.25% 0.98% -
XYZ 72.43 86.59 101.7 -
YUV 232.12 136.96 97.24 -
System Red Green Blue C M Y K H S L
Decimal 189 251 248 0.25 0 0.01 0.02 177.1 0.89 0.86
Hex BD FB F8 19 0 1 2 B1 59 56
Octal 275 373 370 31 0 1 2 261 131 126
Binary 10111101 11111011 11111000 11001 0 1 10 10110001 1011001 1010110

Color Harmonies of #BDFBF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFBF8

Black with #BDFBF8

Text Example


Text Example

White with #BDFBF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFBF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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