Html Css Color HEX #BBEEF1 Pale Turquoise

📋 copy color: '#BBEEF1'

red 187 ◦ green 238 ◦ blue 241

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

Shades of Pale Turquoise #BBEEF1

Tints of Pale Turquoise #BBEEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.74%

 BLUE value IS 241 (94.53% from 255) = 36.19%

R = 28.08%
G = 35.74%
B = 36.19%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBEEF1 (or 0xBBEEF1) is known color: Pale Turquoise. HEX triplet: BB, EE and F1. RGB value is (187,238,241). Sum of RGB (Red+Green+Blue) = 187+238+241=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 241 (94.53% from 255 or 36.19% from 666); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF1 is #44110E. Grayscale: #DFDFDF. Windows color (decimal): -4460815 or 15855291. OLE color: 15855291.

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

Color convert

RGB 187 238 241 -
CMYK 0.22 0.01 0 0.05
HSL 183.33º 0.66% 0.84% -
HSV(B) 183.33º 0.22% 0.95% -
XYZ 66.95 78.06 94.76 -
YUV 223.09 138.1 102.26 -
System Red Green Blue C M Y K H S L
Decimal 187 238 241 0.22 0.01 0 0.05 183.33 0.66 0.84
Hex BB EE F1 16 1 0 5 B7 42 54
Octal 273 356 361 26 1 0 5 267 102 124
Binary 10111011 11101110 11110001 10110 1 0 101 10110111 1000010 1010100

Color Harmonies of #BBEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEEF1

Black with #BBEEF1

Text Example


Text Example

White with #BBEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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