Html Css Color HEX #BCF081 Sulu

📋 copy color: '#BCF081'

red 188 ◦ green 240 ◦ blue 129

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

Shades of Sulu #BCF081

Tints of Sulu #BCF081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.16%

R = 33.75%
G = 43.09%
B = 23.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#BCF081 (or 0xBCF081) is known color: Sulu. HEX triplet: BC, F0 and 81. RGB value is (188,240,129). Sum of RGB (Red+Green+Blue) = 188+240+129=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF081 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF081 is #430F7E. Grayscale: #D4D4D4. Windows color (decimal): -4394879 or 8515772. OLE color: 8515772.

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

Color convert

RGB 188 240 129 -
CMYK 0.22 0 0.46 0.06
HSL 88.11º 0.79% 0.72% -
HSV(B) 88.11º 0.46% 0.94% -
XYZ 55.86 74.6 32.22 -
YUV 211.8 81.27 111.03 -
System Red Green Blue C M Y K H S L
Decimal 188 240 129 0.22 0 0.46 0.06 88.11 0.79 0.72
Hex BC F0 81 16 0 2E 6 58 4F 48
Octal 274 360 201 26 0 56 6 130 117 110
Binary 10111100 11110000 10000001 10110 0 101110 110 1011000 1001111 1001000

Color Harmonies of #BCF081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF081

Black with #BCF081

Text Example


Text Example

White with #BCF081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF081; }

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

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

background-color css

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

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

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

border-color css

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

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

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