Html Css Color HEX #BBF4F2 Pale Turquoise

📋 copy color: '#BBF4F2'

red 187 ◦ green 244 ◦ blue 242

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

Shades of Pale Turquoise #BBF4F2

Tints of Pale Turquoise #BBF4F2

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.26%

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

R = 27.79%
G = 36.26%
B = 35.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.04

RGB Variations

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

Color information

#BBF4F2 (or 0xBBF4F2) is known color: Pale Turquoise. HEX triplet: BB, F4 and F2. RGB value is (187,244,242). Sum of RGB (Red+Green+Blue) = 187+244+242=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 244 (95.70% from 255 or 36.26% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF4F2 is #440B0D. Grayscale: #E2E2E2. Windows color (decimal): -4459278 or 15922363. OLE color: 15922363.

HSL color Cylindrical-coordinate representation of color #BBF4F2: hue angle of 177.89º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4F2 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 244 242 -
CMYK 0.23 0 0.01 0.04
HSL 177.89º 0.72% 0.85% -
HSV(B) 177.89º 0.23% 0.96% -
XYZ 68.87 81.68 96.14 -
YUV 226.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 187 244 242 0.23 0 0.01 0.04 177.89 0.72 0.85
Hex BB F4 F2 17 0 1 4 B2 48 55
Octal 273 364 362 27 0 1 4 262 110 125
Binary 10111011 11110100 11110010 10111 0 1 100 10110010 1001000 1010101

Color Harmonies of #BBF4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF4F2

Black with #BBF4F2

Text Example


Text Example

White with #BBF4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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