Html Css Color HEX #BCF269 Sulu

📋 copy color: '#BCF269'

red 188 ◦ green 242 ◦ blue 105

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

Shades of Sulu #BCF269

Tints of Sulu #BCF269

RGB

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

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

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

R = 35.14%
G = 45.23%
B = 19.63%

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

#BCF269 (or 0xBCF269) is known color: Sulu. HEX triplet: BC, F2 and 69. RGB value is (188,242,105). Sum of RGB (Red+Green+Blue) = 188+242+105=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 242 (94.92% from 255 or 45.23% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF269 is #430D96. Grayscale: #D2D2D2. Windows color (decimal): -4394391 or 6943420. OLE color: 6943420.

HSL color Cylindrical-coordinate representation of color #BCF269: hue angle of 83.65º 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 #BCF269 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 105 -
CMYK 0.22 0 0.57 0.05
HSL 83.65º 0.84% 0.68% -
HSV(B) 83.65º 0.57% 0.95% -
XYZ 55.04 75.22 24.98 -
YUV 210.24 68.61 112.14 -
System Red Green Blue C M Y K H S L
Decimal 188 242 105 0.22 0 0.57 0.05 83.65 0.84 0.68
Hex BC F2 69 16 0 39 5 54 54 44
Octal 274 362 151 26 0 71 5 124 124 104
Binary 10111100 11110010 1101001 10110 0 111001 101 1010100 1010100 1000100

Color Harmonies of #BCF269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF269

Black with #BCF269

Text Example


Text Example

White with #BCF269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF269; }

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

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

background-color css

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

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

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

border-color css

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

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

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