Html Css Color HEX #BBFAFA Pale Turquoise

📋 copy color: '#BBFAFA'

red 187 ◦ green 250 ◦ blue 250

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

Shades of Pale Turquoise #BBFAFA

Tints of Pale Turquoise #BBFAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 27.22%
G = 36.39%
B = 36.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBFAFA (or 0xBBFAFA) is known color: Pale Turquoise. HEX triplet: BB, FA and FA. RGB value is (187,250,250). Sum of RGB (Red+Green+Blue) = 187+250+250=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 250 (98.05% from 255 or 36.39% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #BBFAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAFA is #440505. Grayscale: #E7E7E7. Windows color (decimal): -4457734 or 16448187. OLE color: 16448187.

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

Color convert

RGB 187 250 250 -
CMYK 0.25 0 0 0.02
HSL 180º 0.86% 0.86% -
HSV(B) 180º 0.25% 0.98% -
XYZ 71.93 85.84 103.22 -
YUV 231.16 138.63 96.5 -
System Red Green Blue C M Y K H S L
Decimal 187 250 250 0.25 0 0 0.02 180 0.86 0.86
Hex BB FA FA 19 0 0 2 B4 56 56
Octal 273 372 372 31 0 0 2 264 126 126
Binary 10111011 11111010 11111010 11001 0 0 10 10110100 1010110 1010110

Color Harmonies of #BBFAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAFA

Black with #BBFAFA

Text Example


Text Example

White with #BBFAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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