Html Css Color HEX #BBF3F4 Pale Turquoise

📋 copy color: '#BBF3F4'

red 187 ◦ green 243 ◦ blue 244

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

Shades of Pale Turquoise #BBF3F4

Tints of Pale Turquoise #BBF3F4

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.05%

 BLUE value IS 244 (95.7% from 255) = 36.2%

R = 27.74%
G = 36.05%
B = 36.2%

CMYK

 C value IS 0.23

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBF3F4 (or 0xBBF3F4) is known color: Pale Turquoise. HEX triplet: BB, F3 and F4. RGB value is (187,243,244). Sum of RGB (Red+Green+Blue) = 187+243+244=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 243 (95.31% from 255 or 36.05% from 674); Blue value is 244 (95.70% from 255 or 36.20% from 674); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBF3F4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF3F4 is #440C0B. Grayscale: #E2E2E2. Windows color (decimal): -4459532 or 16053179. OLE color: 16053179.

HSL color Cylindrical-coordinate representation of color #BBF3F4: hue angle of 181.05º 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 #BBF3F4 is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 243 244 -
CMYK 0.23 0.00 0 0.04
HSL 181.05º 0.72% 0.85% -
HSV(B) 181.05º 0.23% 0.96% -
XYZ 68.87 81.2 97.63 -
YUV 226.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 187 243 244 0.23 0.00 0 0.04 181.05 0.72 0.85
Hex BB F3 F4 17 0 0 4 B5 48 55
Octal 273 363 364 27 0 0 4 265 110 125
Binary 10111011 11110011 11110100 10111 0 0 100 10110101 1001000 1010101

Color Harmonies of #BBF3F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF3F4

Black with #BBF3F4

Text Example


Text Example

White with #BBF3F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF3F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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