Html Css Color HEX #BDF9FB Pale Turquoise

📋 copy color: '#BDF9FB'

red 189 ◦ green 249 ◦ blue 251

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

Shades of Pale Turquoise #BDF9FB

Tints of Pale Turquoise #BDF9FB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.14%

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

R = 27.43%
G = 36.14%
B = 36.43%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDF9FB (or 0xBDF9FB) is known color: Pale Turquoise. HEX triplet: BD, F9 and FB. RGB value is (189,249,251). Sum of RGB (Red+Green+Blue) = 189+249+251=689 (91% of max value = 765). Red value is 189 (74.22% from 255 or 27.43% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9FB is #420604. Grayscale: #E7E7E7. Windows color (decimal): -4326917 or 16513469. OLE color: 16513469.

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

Color convert

RGB 189 249 251 -
CMYK 0.25 0.01 0 0.02
HSL 181.94º 0.89% 0.86% -
HSV(B) 181.94º 0.25% 0.98% -
XYZ 72.27 85.54 103.97 -
YUV 231.29 139.12 97.84 -
System Red Green Blue C M Y K H S L
Decimal 189 249 251 0.25 0.01 0 0.02 181.94 0.89 0.86
Hex BD F9 FB 19 1 0 2 B6 59 56
Octal 275 371 373 31 1 0 2 266 131 126
Binary 10111101 11111001 11111011 11001 1 0 10 10110110 1011001 1010110

Color Harmonies of #BDF9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF9FB

Black with #BDF9FB

Text Example


Text Example

White with #BDF9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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