Html Css Color HEX #BBEFF3 Pale Turquoise

📋 copy color: '#BBEFF3'

red 187 ◦ green 239 ◦ blue 243

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

Shades of Pale Turquoise #BBEFF3

Tints of Pale Turquoise #BBEFF3

RGB

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

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

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

R = 27.95%
G = 35.72%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBEFF3 (or 0xBBEFF3) is known color: Pale Turquoise. HEX triplet: BB, EF and F3. RGB value is (187,239,243). Sum of RGB (Red+Green+Blue) = 187+239+243=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBEFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFF3 is #44100C. Grayscale: #DFDFDF. Windows color (decimal): -4460557 or 15986619. OLE color: 15986619.

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

Color convert

RGB 187 239 243 -
CMYK 0.23 0.02 0 0.05
HSL 184.29º 0.7% 0.84% -
HSV(B) 184.29º 0.23% 0.95% -
XYZ 67.54 78.77 96.44 -
YUV 223.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 187 239 243 0.23 0.02 0 0.05 184.29 0.7 0.84
Hex BB EF F3 17 2 0 5 B8 46 54
Octal 273 357 363 27 2 0 5 270 106 124
Binary 10111011 11101111 11110011 10111 10 0 101 10111000 1000110 1010100

Color Harmonies of #BBEFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFF3

Black with #BBEFF3

Text Example


Text Example

White with #BBEFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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