Html Css Color HEX #BBED69 Sulu

📋 copy color: '#BBED69'

red 187 ◦ green 237 ◦ blue 105

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

Shades of Sulu #BBED69

Tints of Sulu #BBED69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.85%

R = 35.35%
G = 44.8%
B = 19.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#BBED69 (or 0xBBED69) is known color: Sulu. HEX triplet: BB, ED and 69. RGB value is (187,237,105). Sum of RGB (Red+Green+Blue) = 187+237+105=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED69 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBED69 is #441296. Grayscale: #CFCFCF. Windows color (decimal): -4461207 or 6942139. OLE color: 6942139.

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

Color convert

RGB 187 237 105 -
CMYK 0.21 0 0.56 0.07
HSL 82.73º 0.79% 0.67% -
HSV(B) 82.73º 0.56% 0.93% -
XYZ 53.33 72.15 24.48 -
YUV 207 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 187 237 105 0.21 0 0.56 0.07 82.73 0.79 0.67
Hex BB ED 69 15 0 38 7 53 4F 43
Octal 273 355 151 25 0 70 7 123 117 103
Binary 10111011 11101101 1101001 10101 0 111000 111 1010011 1001111 1000011

Color Harmonies of #BBED69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBED69

Black with #BBED69

Text Example


Text Example

White with #BBED69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBED69; }

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

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

background-color css

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

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

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

border-color css

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

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

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