Html Css Color HEX #BCF068 Sulu

📋 copy color: '#BCF068'

red 188 ◦ green 240 ◦ blue 104

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

Shades of Sulu #BCF068

Tints of Sulu #BCF068

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.11%

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

R = 35.34%
G = 45.11%
B = 19.55%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#BCF068 (or 0xBCF068) is known color: Sulu. HEX triplet: BC, F0 and 68. RGB value is (188,240,104). Sum of RGB (Red+Green+Blue) = 188+240+104=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF068 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF068 is #430F97. Grayscale: #D1D1D1. Windows color (decimal): -4394904 or 6877372. OLE color: 6877372.

HSL color Cylindrical-coordinate representation of color #BCF068: hue angle of 82.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF068 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 104 -
CMYK 0.22 0 0.57 0.06
HSL 82.94º 0.82% 0.67% -
HSV(B) 82.94º 0.57% 0.94% -
XYZ 54.4 74.01 24.52 -
YUV 208.95 68.77 113.06 -
System Red Green Blue C M Y K H S L
Decimal 188 240 104 0.22 0 0.57 0.06 82.94 0.82 0.67
Hex BC F0 68 16 0 39 6 53 52 43
Octal 274 360 150 26 0 71 6 123 122 103
Binary 10111100 11110000 1101000 10110 0 111001 110 1010011 1010010 1000011

Color Harmonies of #BCF068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF068

Black with #BCF068

Text Example


Text Example

White with #BCF068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF068; }

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

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

background-color css

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

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

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

border-color css

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

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

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