Html Css Color HEX #BBEAEB Pale Turquoise

📋 copy color: '#BBEAEB'

red 187 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #BBEAEB

Tints of Pale Turquoise #BBEAEB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.67%

 BLUE value IS 235 (92.19% from 255) = 35.82%

R = 28.51%
G = 35.67%
B = 35.82%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBEAEB (or 0xBBEAEB) is known color: Pale Turquoise. HEX triplet: BB, EA and EB. RGB value is (187,234,235). Sum of RGB (Red+Green+Blue) = 187+234+235=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBEAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAEB is #441514. Grayscale: #DCDCDC. Windows color (decimal): -4461845 or 15461051. OLE color: 15461051.

HSL color Cylindrical-coordinate representation of color #BBEAEB: hue angle of 181.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEAEB is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 234 235 -
CMYK 0.20 0.00 0 0.08
HSL 181.25º 0.55% 0.83% -
HSV(B) 181.25º 0.2% 0.92% -
XYZ 64.91 75.41 89.73 -
YUV 220.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 187 234 235 0.20 0.00 0 0.08 181.25 0.55 0.83
Hex BB EA EB 14 0 0 8 B5 37 53
Octal 273 352 353 24 0 0 10 265 67 123
Binary 10111011 11101010 11101011 10100 0 0 1000 10110101 110111 1010011

Color Harmonies of #BBEAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAEB

Black with #BBEAEB

Text Example


Text Example

White with #BBEAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAEB; }

 p { color: rgb(187,234,235); }

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

background-color css

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

 a { background-color: rgb(187,234,235); }

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

border-color css

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

 span { border-color: rgb(187,234,235); }

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