Html Css Color HEX #BDF6FB Pale Turquoise

📋 copy color: '#BDF6FB'

red 189 ◦ green 246 ◦ blue 251

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

Shades of Pale Turquoise #BDF6FB

Tints of Pale Turquoise #BDF6FB

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.86%

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

R = 27.55%
G = 35.86%
B = 36.59%

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

#BDF6FB (or 0xBDF6FB) is known color: Pale Turquoise. HEX triplet: BD, F6 and FB. RGB value is (189,246,251). Sum of RGB (Red+Green+Blue) = 189+246+251=686 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.55% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF6FB is #420904. Grayscale: #E5E5E5. Windows color (decimal): -4327685 or 16512701. OLE color: 16512701.

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

Color convert

RGB 189 246 251 -
CMYK 0.25 0.02 0 0.02
HSL 184.84º 0.89% 0.86% -
HSV(B) 184.84º 0.25% 0.98% -
XYZ 71.35 83.7 103.66 -
YUV 229.53 140.12 99.09 -
System Red Green Blue C M Y K H S L
Decimal 189 246 251 0.25 0.02 0 0.02 184.84 0.89 0.86
Hex BD F6 FB 19 2 0 2 B9 59 56
Octal 275 366 373 31 2 0 2 271 131 126
Binary 10111101 11110110 11111011 11001 10 0 10 10111001 1011001 1010110

Color Harmonies of #BDF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF6FB

Black with #BDF6FB

Text Example


Text Example

White with #BDF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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