Html Css Color HEX #BCF666 Sulu

📋 copy color: '#BCF666'

red 188 ◦ green 246 ◦ blue 102

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

Shades of Sulu #BCF666

Tints of Sulu #BCF666

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.9%

 BLUE value IS 102 (40.23% from 255) = 19.03%

R = 35.07%
G = 45.9%
B = 19.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#BCF666 (or 0xBCF666) is known color: Sulu. HEX triplet: BC, F6 and 66. RGB value is (188,246,102). Sum of RGB (Red+Green+Blue) = 188+246+102=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF666 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF666 is #430999. Grayscale: #D4D4D4. Windows color (decimal): -4393370 or 6747836. OLE color: 6747836.

HSL color Cylindrical-coordinate representation of color #BCF666: hue angle of 84.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCF666 is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 102 -
CMYK 0.24 0 0.59 0.04
HSL 84.17º 0.89% 0.68% -
HSV(B) 84.17º 0.59% 0.96% -
XYZ 56.09 77.56 24.58 -
YUV 212.24 65.78 110.71 -
System Red Green Blue C M Y K H S L
Decimal 188 246 102 0.24 0 0.59 0.04 84.17 0.89 0.68
Hex BC F6 66 18 0 3B 4 54 59 44
Octal 274 366 146 30 0 73 4 124 131 104
Binary 10111100 11110110 1100110 11000 0 111011 100 1010100 1011001 1000100

Color Harmonies of #BCF666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF666

Black with #BCF666

Text Example


Text Example

White with #BCF666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF666; }

 p { color: rgb(188,246,102); }

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

background-color css

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

 a { background-color: rgb(188,246,102); }

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

border-color css

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

 span { border-color: rgb(188,246,102); }

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