Html Css Color HEX #BCF384 Sulu

📋 copy color: '#BCF384'

red 188 ◦ green 243 ◦ blue 132

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

Shades of Sulu #BCF384

Tints of Sulu #BCF384

RGB

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

 GREEN value IS 243 (95.31% from 255) = 43.16%

 BLUE value IS 132 (51.95% from 255) = 23.45%

R = 33.39%
G = 43.16%
B = 23.45%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#BCF384 (or 0xBCF384) is known color: Sulu. HEX triplet: BC, F3 and 84. RGB value is (188,243,132). Sum of RGB (Red+Green+Blue) = 188+243+132=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF384 is #430C7B. Grayscale: #D6D6D6. Windows color (decimal): -4394108 or 8713148. OLE color: 8713148.

HSL color Cylindrical-coordinate representation of color #BCF384: hue angle of 89.73º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BCF384 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 132 -
CMYK 0.23 0 0.46 0.05
HSL 89.73º 0.82% 0.74% -
HSV(B) 89.73º 0.46% 0.95% -
XYZ 56.95 76.46 33.59 -
YUV 213.9 81.78 109.53 -
System Red Green Blue C M Y K H S L
Decimal 188 243 132 0.23 0 0.46 0.05 89.73 0.82 0.74
Hex BC F3 84 17 0 2E 5 5A 52 4A
Octal 274 363 204 27 0 56 5 132 122 112
Binary 10111100 11110011 10000100 10111 0 101110 101 1011010 1010010 1001010

Color Harmonies of #BCF384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF384

Black with #BCF384

Text Example


Text Example

White with #BCF384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF384; }

 p { color: rgb(188,243,132); }

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

background-color css

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

 a { background-color: rgb(188,243,132); }

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

border-color css

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

 span { border-color: rgb(188,243,132); }

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