Html Css Color HEX #BCEA68 Sulu

📋 copy color: '#BCEA68'

red 188 ◦ green 234 ◦ blue 104

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

Shades of Sulu #BCEA68

Tints of Sulu #BCEA68

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.49%

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 35.74%
G = 44.49%
B = 19.77%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#BCEA68 (or 0xBCEA68) is known color: Sulu. HEX triplet: BC, EA and 68. RGB value is (188,234,104). Sum of RGB (Red+Green+Blue) = 188+234+104=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 234 (91.80% from 255 or 44.49% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 234 - color contains mainly: green. Hex color #BCEA68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEA68 is #431597. Grayscale: #CDCDCD. Windows color (decimal): -4396440 or 6875836. OLE color: 6875836.

HSL color Cylindrical-coordinate representation of color #BCEA68: hue angle of 81.23º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCEA68 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 234 104 -
CMYK 0.20 0 0.56 0.08
HSL 81.23º 0.76% 0.66% -
HSV(B) 81.23º 0.56% 0.92% -
XYZ 52.66 70.54 23.94 -
YUV 205.43 70.76 115.57 -
System Red Green Blue C M Y K H S L
Decimal 188 234 104 0.20 0 0.56 0.08 81.23 0.76 0.66
Hex BC EA 68 14 0 38 8 51 4C 42
Octal 274 352 150 24 0 70 10 121 114 102
Binary 10111100 11101010 1101000 10100 0 111000 1000 1010001 1001100 1000010

Color Harmonies of #BCEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEA68

Black with #BCEA68

Text Example


Text Example

White with #BCEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEA68; }

 p { color: rgb(188,234,104); }

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

background-color css

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

 a { background-color: rgb(188,234,104); }

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

border-color css

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

 span { border-color: rgb(188,234,104); }

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