Html Css Color HEX #BBED8C Sulu

📋 copy color: '#BBED8C'

red 187 ◦ green 237 ◦ blue 140

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

Shades of Sulu #BBED8C

Tints of Sulu #BBED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.02%

 BLUE value IS 140 (55.08% from 255) = 24.82%

R = 33.16%
G = 42.02%
B = 24.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#BBED8C (or 0xBBED8C) is known color: Sulu. HEX triplet: BB, ED and 8C. RGB value is (187,237,140). Sum of RGB (Red+Green+Blue) = 187+237+140=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BBED8C is #441273. Grayscale: #D3D3D3. Windows color (decimal): -4461172 or 9235899. OLE color: 9235899.

HSL color Cylindrical-coordinate representation of color #BBED8C: hue angle of 90.93º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BBED8C is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 140 -
CMYK 0.21 0 0.41 0.07
HSL 90.93º 0.73% 0.74% -
HSV(B) 90.93º 0.41% 0.93% -
XYZ 55.51 73.03 35.98 -
YUV 210.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 187 237 140 0.21 0 0.41 0.07 90.93 0.73 0.74
Hex BB ED 8C 15 0 29 7 5B 49 4A
Octal 273 355 214 25 0 51 7 133 111 112
Binary 10111011 11101101 10001100 10101 0 101001 111 1011011 1001001 1001010

Color Harmonies of #BBED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBED8C

Black with #BBED8C

Text Example


Text Example

White with #BBED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBED8C; }

 p { color: rgb(187,237,140); }

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

background-color css

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

 a { background-color: rgb(187,237,140); }

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

border-color css

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

 span { border-color: rgb(187,237,140); }

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