Html Css Color HEX #BBEFF2 Pale Turquoise

📋 copy color: '#BBEFF2'

red 187 ◦ green 239 ◦ blue 242

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

Shades of Pale Turquoise #BBEFF2

Tints of Pale Turquoise #BBEFF2

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.78%

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

R = 27.99%
G = 35.78%
B = 36.23%

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

#BBEFF2 (or 0xBBEFF2) is known color: Pale Turquoise. HEX triplet: BB, EF and F2. RGB value is (187,239,242). Sum of RGB (Red+Green+Blue) = 187+239+242=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 242 (94.92% from 255 or 36.23% from 668); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFF2 is #44100D. Grayscale: #DFDFDF. Windows color (decimal): -4460558 or 15921083. OLE color: 15921083.

HSL color Cylindrical-coordinate representation of color #BBEFF2: hue angle of 183.27º degrees, saturation: 0.68, 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 #BBEFF2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 239 242 -
CMYK 0.23 0.01 0 0.05
HSL 183.27º 0.68% 0.84% -
HSV(B) 183.27º 0.23% 0.95% -
XYZ 67.39 78.71 95.65 -
YUV 223.79 138.27 101.76 -
System Red Green Blue C M Y K H S L
Decimal 187 239 242 0.23 0.01 0 0.05 183.27 0.68 0.84
Hex BB EF F2 17 1 0 5 B7 44 54
Octal 273 357 362 27 1 0 5 267 104 124
Binary 10111011 11101111 11110010 10111 1 0 101 10110111 1000100 1010100

Color Harmonies of #BBEFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFF2

Black with #BBEFF2

Text Example


Text Example

White with #BBEFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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