#BBF6B7

Color #BBF6B7 Celadon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celadon #BBF6B7

Tints of Celadon #BBF6B7

Color information

#BBF6B7 (or 0xBBF6B7) is unknown color: approx Celadon. HEX triplet: BB, F6 and B7. RGB value is (187,246,183). Sum of RGB (Red+Green+Blue) = 187+246+183=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 246 (96.48% from 255 or 39.94% from 616); Blue value is 183 (71.88% from 255 or 29.71% from 616); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6B7 is #440948. Grayscale: #DDDDDD. Windows color (decimal): -4458825 or 12056251. OLE color: 12056251.

HSL color Cylindrical-coordinate representation of color #BBF6B7: hue angle of 116.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF6B7 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB187246183-
CMYK0.2400.260.04
HSL116.19º77.78%84.12%-
HSV(B)116.19º25.61%96.47%-
XYZ6279.956.95-
YUV221.18106.45103.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 30.36%
GREEN value IS 246 (96.48% from 255) = 39.94%
BLUE value IS 183 (71.88% from 255) = 29.71%
R=30.36%
G=39.94%
B=29.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872461830.2400.260.04116.1977.7884.12
HexBBF6B71801A4744e54
Octal273366267300324164116124
Binary10111011111101101011011111000011010100111010010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6B7; }

 p { color: rgb(187,246,183); }

 H1.HeaderClassName
 {
   color: #BBF6B7;
 }
 .AnyTagClassName
 {
   color: #BBF6B7;
 }
</style>
background-color css

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

 a { background-color: rgb(187,246,183); }

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

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

 span { border-color: rgb(187,246,183); }

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