Html Css Color HEX #BCF86A Sulu

📋 copy color: '#BCF86A'

red 188 ◦ green 248 ◦ blue 106

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

Shades of Sulu #BCF86A

Tints of Sulu #BCF86A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.76%

 BLUE value IS 106 (41.8% from 255) = 19.56%

R = 34.69%
G = 45.76%
B = 19.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#BCF86A (or 0xBCF86A) is known color: Sulu. HEX triplet: BC, F8 and 6A. RGB value is (188,248,106). Sum of RGB (Red+Green+Blue) = 188+248+106=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 106 (41.80% from 255 or 19.56% from 542); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF86A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF86A is #430795. Grayscale: #D6D6D6. Windows color (decimal): -4392854 or 7010492. OLE color: 7010492.

HSL color Cylindrical-coordinate representation of color #BCF86A: hue angle of 85.35º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF86A is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 248 106 -
CMYK 0.24 0 0.57 0.03
HSL 85.35º 0.91% 0.69% -
HSV(B) 85.35º 0.57% 0.97% -
XYZ 56.91 78.87 25.86 -
YUV 213.87 67.12 109.55 -
System Red Green Blue C M Y K H S L
Decimal 188 248 106 0.24 0 0.57 0.03 85.35 0.91 0.69
Hex BC F8 6A 18 0 39 3 55 5B 45
Octal 274 370 152 30 0 71 3 125 133 105
Binary 10111100 11111000 1101010 11000 0 111001 11 1010101 1011011 1000101

Color Harmonies of #BCF86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF86A

Black with #BCF86A

Text Example


Text Example

White with #BCF86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF86A; }

 p { color: rgb(188,248,106); }

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

background-color css

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

 a { background-color: rgb(188,248,106); }

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

border-color css

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

 span { border-color: rgb(188,248,106); }

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