Html Css Color HEX #BBF1F3 Pale Turquoise

📋 copy color: '#BBF1F3'

red 187 ◦ green 241 ◦ blue 243

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

Shades of Pale Turquoise #BBF1F3

Tints of Pale Turquoise #BBF1F3

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.92%

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

R = 27.87%
G = 35.92%
B = 36.21%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBF1F3 (or 0xBBF1F3) is known color: Pale Turquoise. HEX triplet: BB, F1 and F3. RGB value is (187,241,243). Sum of RGB (Red+Green+Blue) = 187+241+243=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 241 (94.53% from 255 or 35.92% from 671); Blue value is 243 (95.31% from 255 or 36.21% from 671); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBF1F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF1F3 is #440E0C. Grayscale: #E1E1E1. Windows color (decimal): -4460045 or 15987131. OLE color: 15987131.

HSL color Cylindrical-coordinate representation of color #BBF1F3: hue angle of 182.14º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF1F3 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 243 -
CMYK 0.23 0.01 0 0.05
HSL 182.14º 0.7% 0.84% -
HSV(B) 182.14º 0.23% 0.95% -
XYZ 68.13 79.95 96.63 -
YUV 225.08 138.11 100.84 -
System Red Green Blue C M Y K H S L
Decimal 187 241 243 0.23 0.01 0 0.05 182.14 0.7 0.84
Hex BB F1 F3 17 1 0 5 B6 46 54
Octal 273 361 363 27 1 0 5 266 106 124
Binary 10111011 11110001 11110011 10111 1 0 101 10110110 1000110 1010100

Color Harmonies of #BBF1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1F3

Black with #BBF1F3

Text Example


Text Example

White with #BBF1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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