Html Css Color HEX #BBF6FB Pale Turquoise

📋 copy color: '#BBF6FB'

red 187 ◦ green 246 ◦ blue 251

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

Shades of Pale Turquoise #BBF6FB

Tints of Pale Turquoise #BBF6FB

RGB

 RED value IS 187 (73.44% from 255) = 27.34%

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

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

R = 27.34%
G = 35.96%
B = 36.7%

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

#BBF6FB (or 0xBBF6FB) is known color: Pale Turquoise. HEX triplet: BB, F6 and FB. RGB value is (187,246,251). Sum of RGB (Red+Green+Blue) = 187+246+251=684 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.34% from 684); Green value is 246 (96.48% from 255 or 35.96% from 684); Blue value is 251 (98.44% from 255 or 36.70% from 684); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6FB is #440904. Grayscale: #E4E4E4. Windows color (decimal): -4458757 or 16512699. OLE color: 16512699.

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

Color convert

RGB 187 246 251 -
CMYK 0.25 0.02 0 0.02
HSL 184.69º 0.89% 0.86% -
HSV(B) 184.69º 0.25% 0.98% -
XYZ 70.86 83.44 103.64 -
YUV 228.93 140.45 98.09 -
System Red Green Blue C M Y K H S L
Decimal 187 246 251 0.25 0.02 0 0.02 184.69 0.89 0.86
Hex BB F6 FB 19 2 0 2 B9 59 56
Octal 273 366 373 31 2 0 2 271 131 126
Binary 10111011 11110110 11111011 11001 10 0 10 10111001 1011001 1010110

Color Harmonies of #BBF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF6FB

Black with #BBF6FB

Text Example


Text Example

White with #BBF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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