Html Css Color HEX #BCF669 Sulu

📋 copy color: '#BCF669'

red 188 ◦ green 246 ◦ blue 105

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

Shades of Sulu #BCF669

Tints of Sulu #BCF669

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.64%

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

R = 34.88%
G = 45.64%
B = 19.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#BCF669 (or 0xBCF669) is known color: Sulu. HEX triplet: BC, F6 and 69. RGB value is (188,246,105). Sum of RGB (Red+Green+Blue) = 188+246+105=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 246 (96.48% from 255 or 45.64% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF669 is #430996. Grayscale: #D5D5D5. Windows color (decimal): -4393367 or 6944444. OLE color: 6944444.

HSL color Cylindrical-coordinate representation of color #BCF669: hue angle of 84.68º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF669 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 246 105 -
CMYK 0.24 0 0.57 0.04
HSL 84.68º 0.89% 0.69% -
HSV(B) 84.68º 0.57% 0.96% -
XYZ 56.24 77.62 25.38 -
YUV 212.58 67.28 110.46 -
System Red Green Blue C M Y K H S L
Decimal 188 246 105 0.24 0 0.57 0.04 84.68 0.89 0.69
Hex BC F6 69 18 0 39 4 55 59 45
Octal 274 366 151 30 0 71 4 125 131 105
Binary 10111100 11110110 1101001 11000 0 111001 100 1010101 1011001 1000101

Color Harmonies of #BCF669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF669

Black with #BCF669

Text Example


Text Example

White with #BCF669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF669; }

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

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

background-color css

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

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

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

border-color css

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

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

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