Html Css Color HEX #BBFAF2 Pale Turquoise

📋 copy color: '#BBFAF2'

red 187 ◦ green 250 ◦ blue 242

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

Shades of Pale Turquoise #BBFAF2

Tints of Pale Turquoise #BBFAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.64%

R = 27.54%
G = 36.82%
B = 35.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#BBFAF2 (or 0xBBFAF2) is known color: Pale Turquoise. HEX triplet: BB, FA and F2. RGB value is (187,250,242). Sum of RGB (Red+Green+Blue) = 187+250+242=679 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.54% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 242 (94.92% from 255 or 35.64% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAF2 is #44050D. Grayscale: #E6E6E6. Windows color (decimal): -4457742 or 15923899. OLE color: 15923899.

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

Color convert

RGB 187 250 242 -
CMYK 0.25 0 0.03 0.02
HSL 172.38º 0.86% 0.86% -
HSV(B) 172.38º 0.25% 0.98% -
XYZ 70.71 85.35 96.75 -
YUV 230.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 187 250 242 0.25 0 0.03 0.02 172.38 0.86 0.86
Hex BB FA F2 19 0 3 2 AC 56 56
Octal 273 372 362 31 0 3 2 254 126 126
Binary 10111011 11111010 11110010 11001 0 11 10 10101100 1010110 1010110

Color Harmonies of #BBFAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAF2

Black with #BBFAF2

Text Example


Text Example

White with #BBFAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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