Html Css Color HEX #BBFAF8 Pale Turquoise

📋 copy color: '#BBFAF8'

red 187 ◦ green 250 ◦ blue 248

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

Shades of Pale Turquoise #BBFAF8

Tints of Pale Turquoise #BBFAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.2%

R = 27.3%
G = 36.5%
B = 36.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#BBFAF8 (or 0xBBFAF8) is known color: Pale Turquoise. HEX triplet: BB, FA and F8. RGB value is (187,250,248). Sum of RGB (Red+Green+Blue) = 187+250+248=685 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.30% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 248 (97.27% from 255 or 36.20% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF8 is #440507. Grayscale: #E6E6E6. Windows color (decimal): -4457736 or 16317115. OLE color: 16317115.

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

Color convert

RGB 187 250 248 -
CMYK 0.25 0 0.01 0.02
HSL 178.1º 0.86% 0.86% -
HSV(B) 178.1º 0.25% 0.98% -
XYZ 71.62 85.71 101.58 -
YUV 230.94 137.63 96.66 -
System Red Green Blue C M Y K H S L
Decimal 187 250 248 0.25 0 0.01 0.02 178.1 0.86 0.86
Hex BB FA F8 19 0 1 2 B2 56 56
Octal 273 372 370 31 0 1 2 262 126 126
Binary 10111011 11111010 11111000 11001 0 1 10 10110010 1010110 1010110

Color Harmonies of #BBFAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAF8

Black with #BBFAF8

Text Example


Text Example

White with #BBFAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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