Html Css Color HEX #BBFAF0 Pale Turquoise

📋 copy color: '#BBFAF0'

red 187 ◦ green 250 ◦ blue 240

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

Shades of Pale Turquoise #BBFAF0

Tints of Pale Turquoise #BBFAF0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.93%

 BLUE value IS 240 (94.14% from 255) = 35.45%

R = 27.62%
G = 36.93%
B = 35.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#BBFAF0 (or 0xBBFAF0) is known color: Pale Turquoise. HEX triplet: BB, FA and F0. RGB value is (187,250,240). Sum of RGB (Red+Green+Blue) = 187+250+240=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 240 (94.14% from 255 or 35.45% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF0 is #44050F. Grayscale: #E6E6E6. Windows color (decimal): -4457744 or 15792827. OLE color: 15792827.

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

Color convert

RGB 187 250 240 -
CMYK 0.25 0 0.04 0.02
HSL 170.48º 0.86% 0.86% -
HSV(B) 170.48º 0.25% 0.98% -
XYZ 70.41 85.23 95.18 -
YUV 230.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 187 250 240 0.25 0 0.04 0.02 170.48 0.86 0.86
Hex BB FA F0 19 0 4 2 AA 56 56
Octal 273 372 360 31 0 4 2 252 126 126
Binary 10111011 11111010 11110000 11001 0 100 10 10101010 1010110 1010110

Color Harmonies of #BBFAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAF0

Black with #BBFAF0

Text Example


Text Example

White with #BBFAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAF0; }

 p { color: rgb(187,250,240); }

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

background-color css

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

 a { background-color: rgb(187,250,240); }

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

border-color css

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

 span { border-color: rgb(187,250,240); }

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