Html Css Color HEX #BCEB90 Sulu

📋 copy color: '#BCEB90'

red 188 ◦ green 235 ◦ blue 144

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

Shades of Sulu #BCEB90

Tints of Sulu #BCEB90

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.45%

 BLUE value IS 144 (56.64% from 255) = 25.4%

R = 33.16%
G = 41.45%
B = 25.4%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#BCEB90 (or 0xBCEB90) is known color: Sulu. HEX triplet: BC, EB and 90. RGB value is (188,235,144). Sum of RGB (Red+Green+Blue) = 188+235+144=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 144 (56.64% from 255 or 25.40% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCEB90 is #43146F. Grayscale: #D2D2D2. Windows color (decimal): -4396144 or 9497532. OLE color: 9497532.

HSL color Cylindrical-coordinate representation of color #BCEB90: hue angle of 90.99º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCEB90 is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 235 144 -
CMYK 0.2 0 0.39 0.08
HSL 90.99º 0.69% 0.74% -
HSV(B) 90.99º 0.39% 0.92% -
XYZ 55.48 72.12 37.38 -
YUV 210.57 90.43 111.9 -
System Red Green Blue C M Y K H S L
Decimal 188 235 144 0.2 0 0.39 0.08 90.99 0.69 0.74
Hex BC EB 90 14 0 27 8 5B 45 4A
Octal 274 353 220 24 0 47 10 133 105 112
Binary 10111100 11101011 10010000 10100 0 100111 1000 1011011 1000101 1001010

Color Harmonies of #BCEB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEB90

Black with #BCEB90

Text Example


Text Example

White with #BCEB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEB90; }

 p { color: rgb(188,235,144); }

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

background-color css

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

 a { background-color: rgb(188,235,144); }

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

border-color css

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

 span { border-color: rgb(188,235,144); }

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