Html Css Color HEX #BCF266 Sulu

📋 copy color: '#BCF266'

red 188 ◦ green 242 ◦ blue 102

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

Shades of Sulu #BCF266

Tints of Sulu #BCF266

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.49%

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

R = 35.34%
G = 45.49%
B = 19.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#BCF266 (or 0xBCF266) is known color: Sulu. HEX triplet: BC, F2 and 66. RGB value is (188,242,102). Sum of RGB (Red+Green+Blue) = 188+242+102=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF266 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF266 is #430D99. Grayscale: #D2D2D2. Windows color (decimal): -4394394 or 6746812. OLE color: 6746812.

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

Color convert

RGB 188 242 102 -
CMYK 0.22 0 0.58 0.05
HSL 83.14º 0.84% 0.67% -
HSV(B) 83.14º 0.58% 0.95% -
XYZ 54.89 75.15 24.18 -
YUV 209.89 67.11 112.38 -
System Red Green Blue C M Y K H S L
Decimal 188 242 102 0.22 0 0.58 0.05 83.14 0.84 0.67
Hex BC F2 66 16 0 3A 5 53 54 43
Octal 274 362 146 26 0 72 5 123 124 103
Binary 10111100 11110010 1100110 10110 0 111010 101 1010011 1010100 1000011

Color Harmonies of #BCF266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF266

Black with #BCF266

Text Example


Text Example

White with #BCF266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF266; }

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

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

background-color css

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

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

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

border-color css

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

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

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