Html Css Color HEX #BCF16B Sulu

📋 copy color: '#BCF16B'

red 188 ◦ green 241 ◦ blue 107

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

Shades of Sulu #BCF16B

Tints of Sulu #BCF16B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.96%

 BLUE value IS 107 (42.19% from 255) = 19.96%

R = 35.07%
G = 44.96%
B = 19.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#BCF16B (or 0xBCF16B) is known color: Sulu. HEX triplet: BC, F1 and 6B. RGB value is (188,241,107). Sum of RGB (Red+Green+Blue) = 188+241+107=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF16B is #430E94. Grayscale: #D2D2D2. Windows color (decimal): -4394645 or 7074236. OLE color: 7074236.

HSL color Cylindrical-coordinate representation of color #BCF16B: hue angle of 83.73º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF16B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 107 -
CMYK 0.22 0 0.56 0.05
HSL 83.73º 0.83% 0.68% -
HSV(B) 83.73º 0.56% 0.95% -
XYZ 54.85 74.66 25.43 -
YUV 209.88 69.94 112.4 -
System Red Green Blue C M Y K H S L
Decimal 188 241 107 0.22 0 0.56 0.05 83.73 0.83 0.68
Hex BC F1 6B 16 0 38 5 54 53 44
Octal 274 361 153 26 0 70 5 124 123 104
Binary 10111100 11110001 1101011 10110 0 111000 101 1010100 1010011 1000100

Color Harmonies of #BCF16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF16B

Black with #BCF16B

Text Example


Text Example

White with #BCF16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF16B; }

 p { color: rgb(188,241,107); }

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

background-color css

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

 a { background-color: rgb(188,241,107); }

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

border-color css

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

 span { border-color: rgb(188,241,107); }

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