Html Css Color HEX #BBF7F3 Pale Turquoise

📋 copy color: '#BBF7F3'

red 187 ◦ green 247 ◦ blue 243

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

Shades of Pale Turquoise #BBF7F3

Tints of Pale Turquoise #BBF7F3

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.48%

 BLUE value IS 243 (95.31% from 255) = 35.89%

R = 27.62%
G = 36.48%
B = 35.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#BBF7F3 (or 0xBBF7F3) is known color: Pale Turquoise. HEX triplet: BB, F7 and F3. RGB value is (187,247,243). Sum of RGB (Red+Green+Blue) = 187+247+243=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 247 (96.88% from 255 or 36.48% from 677); Blue value is 243 (95.31% from 255 or 35.89% from 677); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF7F3 is #44080C. Grayscale: #E4E4E4. Windows color (decimal): -4458509 or 15988667. OLE color: 15988667.

HSL color Cylindrical-coordinate representation of color #BBF7F3: hue angle of 176º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7F3 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 243 -
CMYK 0.24 0 0.02 0.03
HSL 176º 0.79% 0.85% -
HSV(B) 176º 0.24% 0.97% -
XYZ 69.93 83.56 97.24 -
YUV 228.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 187 247 243 0.24 0 0.02 0.03 176 0.79 0.85
Hex BB F7 F3 18 0 2 3 B0 4F 55
Octal 273 367 363 30 0 2 3 260 117 125
Binary 10111011 11110111 11110011 11000 0 10 11 10110000 1001111 1010101

Color Harmonies of #BBF7F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF7F3

Black with #BBF7F3

Text Example


Text Example

White with #BBF7F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF7F3; }

 p { color: rgb(187,247,243); }

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

background-color css

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

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

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

border-color css

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

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

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