Html Css Color HEX #BCED8B Sulu

📋 copy color: '#BCED8B'

red 188 ◦ green 237 ◦ blue 139

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

Shades of Sulu #BCED8B

Tints of Sulu #BCED8B

RGB

 RED value IS 188 (73.83% from 255) = 33.33%

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

 BLUE value IS 139 (54.69% from 255) = 24.65%

R = 33.33%
G = 42.02%
B = 24.65%

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

#BCED8B (or 0xBCED8B) is known color: Sulu. HEX triplet: BC, ED and 8B. RGB value is (188,237,139). Sum of RGB (Red+Green+Blue) = 188+237+139=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 139 (54.69% from 255 or 24.65% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCED8B is #431274. Grayscale: #D3D3D3. Windows color (decimal): -4395637 or 9170364. OLE color: 9170364.

HSL color Cylindrical-coordinate representation of color #BCED8B: hue angle of 90º 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 #BCED8B is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 139 -
CMYK 0.21 0 0.41 0.07
HSL 90º 0.73% 0.74% -
HSV(B) 90º 0.41% 0.93% -
XYZ 55.68 73.12 35.61 -
YUV 211.18 87.27 111.47 -
System Red Green Blue C M Y K H S L
Decimal 188 237 139 0.21 0 0.41 0.07 90 0.73 0.74
Hex BC ED 8B 15 0 29 7 5A 49 4A
Octal 274 355 213 25 0 51 7 132 111 112
Binary 10111100 11101101 10001011 10101 0 101001 111 1011010 1001001 1001010

Color Harmonies of #BCED8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED8B

Black with #BCED8B

Text Example


Text Example

White with #BCED8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED8B; }

 p { color: rgb(188,237,139); }

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

background-color css

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

 a { background-color: rgb(188,237,139); }

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

border-color css

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

 span { border-color: rgb(188,237,139); }

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