Html Css Color HEX #BDF5FB Pale Turquoise

📋 copy color: '#BDF5FB'

red 189 ◦ green 245 ◦ blue 251

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

Shades of Pale Turquoise #BDF5FB

Tints of Pale Turquoise #BDF5FB

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.77%

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

R = 27.59%
G = 35.77%
B = 36.64%

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

#BDF5FB (or 0xBDF5FB) is known color: Pale Turquoise. HEX triplet: BD, F5 and FB. RGB value is (189,245,251). Sum of RGB (Red+Green+Blue) = 189+245+251=685 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.59% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 251 (98.44% from 255 or 36.64% from 685); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF5FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF5FB is #420A04. Grayscale: #E4E4E4. Windows color (decimal): -4327941 or 16512445. OLE color: 16512445.

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

Color convert

RGB 189 245 251 -
CMYK 0.25 0.02 0 0.02
HSL 185.81º 0.89% 0.86% -
HSV(B) 185.81º 0.25% 0.98% -
XYZ 71.05 83.09 103.56 -
YUV 228.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 189 245 251 0.25 0.02 0 0.02 185.81 0.89 0.86
Hex BD F5 FB 19 2 0 2 BA 59 56
Octal 275 365 373 31 2 0 2 272 131 126
Binary 10111101 11110101 11111011 11001 10 0 10 10111010 1011001 1010110

Color Harmonies of #BDF5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF5FB

Black with #BDF5FB

Text Example


Text Example

White with #BDF5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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