Html Css Color HEX #BDF7FB Pale Turquoise

📋 copy color: '#BDF7FB'

red 189 ◦ green 247 ◦ blue 251

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

Shades of Pale Turquoise #BDF7FB

Tints of Pale Turquoise #BDF7FB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.95%

 BLUE value IS 251 (98.44% from 255) = 36.54%

R = 27.51%
G = 35.95%
B = 36.54%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDF7FB (or 0xBDF7FB) is known color: Pale Turquoise. HEX triplet: BD, F7 and FB. RGB value is (189,247,251). Sum of RGB (Red+Green+Blue) = 189+247+251=687 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.51% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 251 (98.44% from 255 or 36.54% from 687); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7FB is #420804. Grayscale: #E6E6E6. Windows color (decimal): -4327429 or 16512957. OLE color: 16512957.

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

Color convert

RGB 189 247 251 -
CMYK 0.25 0.02 0 0.02
HSL 183.87º 0.89% 0.86% -
HSV(B) 183.87º 0.25% 0.98% -
XYZ 71.66 84.31 103.76 -
YUV 230.11 139.78 98.67 -
System Red Green Blue C M Y K H S L
Decimal 189 247 251 0.25 0.02 0 0.02 183.87 0.89 0.86
Hex BD F7 FB 19 2 0 2 B8 59 56
Octal 275 367 373 31 2 0 2 270 131 126
Binary 10111101 11110111 11111011 11001 10 0 10 10111000 1011001 1010110

Color Harmonies of #BDF7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7FB

Black with #BDF7FB

Text Example


Text Example

White with #BDF7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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