Html Css Color HEX #BCF268 Sulu

📋 copy color: '#BCF268'

red 188 ◦ green 242 ◦ blue 104

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

Shades of Sulu #BCF268

Tints of Sulu #BCF268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.48%

R = 35.21%
G = 45.32%
B = 19.48%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#BCF268 (or 0xBCF268) is known color: Sulu. HEX triplet: BC, F2 and 68. RGB value is (188,242,104). Sum of RGB (Red+Green+Blue) = 188+242+104=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF268 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF268 is #430D97. Grayscale: #D2D2D2. Windows color (decimal): -4394392 or 6877884. OLE color: 6877884.

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

Color convert

RGB 188 242 104 -
CMYK 0.22 0 0.57 0.05
HSL 83.48º 0.84% 0.68% -
HSV(B) 83.48º 0.57% 0.95% -
XYZ 54.99 75.2 24.71 -
YUV 210.12 68.11 112.22 -
System Red Green Blue C M Y K H S L
Decimal 188 242 104 0.22 0 0.57 0.05 83.48 0.84 0.68
Hex BC F2 68 16 0 39 5 53 54 44
Octal 274 362 150 26 0 71 5 123 124 104
Binary 10111100 11110010 1101000 10110 0 111001 101 1010011 1010100 1000100

Color Harmonies of #BCF268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF268

Black with #BCF268

Text Example


Text Example

White with #BCF268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF268; }

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

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

background-color css

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

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

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

border-color css

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

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

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