Html Css Color HEX #BCD447 Las Palmas

📋 copy color: '#BCD447'

red 188 ◦ green 212 ◦ blue 71

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

Shades of Las Palmas #BCD447

Tints of Las Palmas #BCD447

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.01%

 BLUE value IS 71 (28.13% from 255) = 15.07%

R = 39.92%
G = 45.01%
B = 15.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#BCD447 (or 0xBCD447) is known color: Las Palmas. HEX triplet: BC, D4 and 47. RGB value is (188,212,71). Sum of RGB (Red+Green+Blue) = 188+212+71=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 71 (28.12% from 255 or 15.07% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD447 is #432BB8. Grayscale: #BDBDBD. Windows color (decimal): -4402105 or 4707516. OLE color: 4707516.

HSL color Cylindrical-coordinate representation of color #BCD447: hue angle of 70.21º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCD447 is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 71 -
CMYK 0.11 0 0.67 0.17
HSL 70.21º 0.62% 0.55% -
HSV(B) 70.21º 0.67% 0.83% -
XYZ 45.42 58.23 14.81 -
YUV 188.75 61.55 127.46 -
System Red Green Blue C M Y K H S L
Decimal 188 212 71 0.11 0 0.67 0.17 70.21 0.62 0.55
Hex BC D4 47 B 0 43 11 46 3E 37
Octal 274 324 107 13 0 103 21 106 76 67
Binary 10111100 11010100 1000111 1011 0 1000011 10001 1000110 111110 110111

Color Harmonies of #BCD447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD447

Black with #BCD447

Text Example


Text Example

White with #BCD447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD447; }

 p { color: rgb(188,212,71); }

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

background-color css

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

 a { background-color: rgb(188,212,71); }

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

border-color css

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

 span { border-color: rgb(188,212,71); }

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