Html Css Color HEX #BBFDF7 Pale Turquoise

📋 copy color: '#BBFDF7'

red 187 ◦ green 253 ◦ blue 247

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

Shades of Pale Turquoise #BBFDF7

Tints of Pale Turquoise #BBFDF7

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.83%

 BLUE value IS 247 (96.88% from 255) = 35.95%

R = 27.22%
G = 36.83%
B = 35.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#BBFDF7 (or 0xBBFDF7) is known color: Pale Turquoise. HEX triplet: BB, FD and F7. RGB value is (187,253,247). Sum of RGB (Red+Green+Blue) = 187+253+247=687 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.22% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDF7 is #440208. Grayscale: #E8E8E8. Windows color (decimal): -4456969 or 16252347. OLE color: 16252347.

HSL color Cylindrical-coordinate representation of color #BBFDF7: hue angle of 174.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDF7 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 247 -
CMYK 0.26 0 0.02 0.01
HSL 174.55º 0.94% 0.86% -
HSV(B) 174.55º 0.26% 0.99% -
XYZ 72.41 87.53 101.07 -
YUV 232.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 187 253 247 0.26 0 0.02 0.01 174.55 0.94 0.86
Hex BB FD F7 1A 0 2 1 AF 5E 56
Octal 273 375 367 32 0 2 1 257 136 126
Binary 10111011 11111101 11110111 11010 0 10 1 10101111 1011110 1010110

Color Harmonies of #BBFDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDF7

Black with #BBFDF7

Text Example


Text Example

White with #BBFDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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