Html Css Color HEX #BCF667 Sulu

📋 copy color: '#BCF667'

red 188 ◦ green 246 ◦ blue 103

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

Shades of Sulu #BCF667

Tints of Sulu #BCF667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.18%

R = 35.01%
G = 45.81%
B = 19.18%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#BCF667 (or 0xBCF667) is known color: Sulu. HEX triplet: BC, F6 and 67. RGB value is (188,246,103). Sum of RGB (Red+Green+Blue) = 188+246+103=537 (71% of max value = 765). Red value is 188 (73.83% from 255 or 35.01% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 103 (40.62% from 255 or 19.18% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #BCF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF667 is #430998. Grayscale: #D4D4D4. Windows color (decimal): -4393369 or 6813372. OLE color: 6813372.

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

Color convert

RGB 188 246 103 -
CMYK 0.24 0 0.58 0.04
HSL 84.34º 0.89% 0.68% -
HSV(B) 84.34º 0.58% 0.96% -
XYZ 56.14 77.58 24.85 -
YUV 212.36 66.28 110.63 -
System Red Green Blue C M Y K H S L
Decimal 188 246 103 0.24 0 0.58 0.04 84.34 0.89 0.68
Hex BC F6 67 18 0 3A 4 54 59 44
Octal 274 366 147 30 0 72 4 124 131 104
Binary 10111100 11110110 1100111 11000 0 111010 100 1010100 1011001 1000100

Color Harmonies of #BCF667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF667

Black with #BCF667

Text Example


Text Example

White with #BCF667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF667; }

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

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

background-color css

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

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

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

border-color css

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

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

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