Html Css Color HEX #BCF069 Sulu

📋 copy color: '#BCF069'

red 188 ◦ green 240 ◦ blue 105

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

Shades of Sulu #BCF069

Tints of Sulu #BCF069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.7%

R = 35.27%
G = 45.03%
B = 19.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#BCF069 (or 0xBCF069) is known color: Sulu. HEX triplet: BC, F0 and 69. RGB value is (188,240,105). Sum of RGB (Red+Green+Blue) = 188+240+105=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF069 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF069 is #430F96. Grayscale: #D1D1D1. Windows color (decimal): -4394903 or 6942908. OLE color: 6942908.

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

Color convert

RGB 188 240 105 -
CMYK 0.22 0 0.56 0.06
HSL 83.11º 0.82% 0.68% -
HSV(B) 83.11º 0.56% 0.94% -
XYZ 54.45 74.03 24.78 -
YUV 209.06 69.27 112.98 -
System Red Green Blue C M Y K H S L
Decimal 188 240 105 0.22 0 0.56 0.06 83.11 0.82 0.68
Hex BC F0 69 16 0 38 6 53 52 44
Octal 274 360 151 26 0 70 6 123 122 104
Binary 10111100 11110000 1101001 10110 0 111000 110 1010011 1010010 1000100

Color Harmonies of #BCF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF069

Black with #BCF069

Text Example


Text Example

White with #BCF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF069; }

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

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

background-color css

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

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

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

border-color css

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

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

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