Html Css Color HEX #BCCD3F Las Palmas

📋 copy color: '#BCCD3F'

red 188 ◦ green 205 ◦ blue 63

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

Shades of Las Palmas #BCCD3F

Tints of Las Palmas #BCCD3F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.96%

 BLUE value IS 63 (25% from 255) = 13.82%

R = 41.23%
G = 44.96%
B = 13.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#BCCD3F (or 0xBCCD3F) is known color: Las Palmas. HEX triplet: BC, CD and 3F. RGB value is (188,205,63). Sum of RGB (Red+Green+Blue) = 188+205+63=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCD3F is #4332C0. Grayscale: #B8B8B8. Windows color (decimal): -4403905 or 4181436. OLE color: 4181436.

HSL color Cylindrical-coordinate representation of color #BCCD3F: hue angle of 67.18º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCCD3F is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 63 -
CMYK 0.08 0 0.69 0.20
HSL 67.18º 0.59% 0.53% -
HSV(B) 67.18º 0.69% 0.8% -
XYZ 43.47 54.71 12.97 -
YUV 183.73 59.87 131.05 -
System Red Green Blue C M Y K H S L
Decimal 188 205 63 0.08 0 0.69 0.20 67.18 0.59 0.53
Hex BC CD 3F 8 0 45 14 43 3B 35
Octal 274 315 77 10 0 105 24 103 73 65
Binary 10111100 11001101 111111 1000 0 1000101 10100 1000011 111011 110101

Color Harmonies of #BCCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD3F

Black with #BCCD3F

Text Example


Text Example

White with #BCCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD3F; }

 p { color: rgb(188,205,63); }

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

background-color css

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

 a { background-color: rgb(188,205,63); }

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

border-color css

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

 span { border-color: rgb(188,205,63); }

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