Html Css Color HEX #BBF6FA Pale Turquoise

📋 copy color: '#BBF6FA'

red 187 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #BBF6FA

Tints of Pale Turquoise #BBF6FA

RGB

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

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

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

R = 27.38%
G = 36.02%
B = 36.6%

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

#BBF6FA (or 0xBBF6FA) is known color: Pale Turquoise. HEX triplet: BB, F6 and FA. RGB value is (187,246,250). Sum of RGB (Red+Green+Blue) = 187+246+250=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 246 (96.48% from 255 or 36.02% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6FA is #440905. Grayscale: #E4E4E4. Windows color (decimal): -4458758 or 16447163. OLE color: 16447163.

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

Color convert

RGB 187 246 250 -
CMYK 0.25 0.02 0 0.02
HSL 183.81º 0.86% 0.86% -
HSV(B) 183.81º 0.25% 0.98% -
XYZ 70.7 83.38 102.81 -
YUV 228.82 139.95 98.17 -
System Red Green Blue C M Y K H S L
Decimal 187 246 250 0.25 0.02 0 0.02 183.81 0.86 0.86
Hex BB F6 FA 19 2 0 2 B8 56 56
Octal 273 366 372 31 2 0 2 270 126 126
Binary 10111011 11110110 11111010 11001 10 0 10 10111000 1010110 1010110

Color Harmonies of #BBF6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF6FA

Black with #BBF6FA

Text Example


Text Example

White with #BBF6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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